From c927763dcedc8742e0c37321bb741ec10629ab54 Mon Sep 17 00:00:00 2001
From: paramat <mat.gregory@virginmedia.com>
Date: Tue, 23 Dec 2014 20:13:32 +0000
Subject: [PATCH] Conf.example: Fix typo

---
 minetest.conf.example | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/minetest.conf.example b/minetest.conf.example
index acb8d3a5d..1798d8ed7 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -451,8 +451,8 @@
 #    flags       = "defaults"
 #}
 #    Only the group format supports noise flags which are needed for eased noise.
-#    Mgv5 uses eased noise for np_cave1, no_cave2, np_ground and np_crumble, so these are shown in
-#    group format, all other noise parameters are shown in positional format to save space.
+#    Mgv5 uses eased noise for np_cave1, np_cave2, np_ground and np_crumble, so these are shown in
+#    group format, other noise parameters are shown in positional format to save space.
 
 #mgv5_spflags = blobs
 #mgv5_np_filler_depth = 0, 1, (150, 150, 150), 261, 4, 0.7, 2.0
-- 
GitLab