summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index d9c3eb61c..4359879fa 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -177,9 +177,9 @@
# pixels when scaling down, at the cost of blurring some
# edge pixels when images are scaled by non-integer sizes.
#gui_scaling_filter = false
-# When gui_scaling_filter = true, all GUI images need to be
+# When gui_scaling_filter is true, all GUI images need to be
# filtered in software, but some images are generated directly
-# to hardare (e.g. render-to-texture for nodes in inventory).
+# to hardware (e.g. render-to-texture for nodes in inventory).
# When gui_scaling_filter_txr2img is true, copy those images
# from hardware to software for scaling. When false, fall back
# to the old scaling method, for video drivers that don't