summaryrefslogtreecommitdiff
path: root/builtin/settingtypes.txt
diff options
context:
space:
mode:
authorkurzkopfgleitbeutler <kurzkopfgleitbeutler@users.noreply.github.com>2018-12-02 14:33:49 +0000
committerSmallJoker <SmallJoker@users.noreply.github.com>2018-12-02 15:33:49 +0100
commit3b295025fd550725de8151ae63c9a3066e32ad26 (patch)
treeba83d9c79f0ed87969dd9a65eff31178aefb444a /builtin/settingtypes.txt
parentff12630bc966ef6d72f4c6d07c59d952fd44dfb7 (diff)
downloadminetest-3b295025fd550725de8151ae63c9a3066e32ad26.tar.gz
minetest-3b295025fd550725de8151ae63c9a3066e32ad26.tar.bz2
minetest-3b295025fd550725de8151ae63c9a3066e32ad26.zip
Fix spelling of setting descriptions (#7829)
Diffstat (limited to 'builtin/settingtypes.txt')
-rw-r--r--builtin/settingtypes.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index 3effd694a..6720cf7f8 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -903,7 +903,7 @@ server_address (Server address) string game.minetest.net
# Homepage of server, to be displayed in the serverlist.
server_url (Server URL) string https://minetest.net
-# Automaticaly report to the serverlist.
+# Automatically report to the serverlist.
server_announce (Announce server) bool false
# Announce to this serverlist.
@@ -1733,7 +1733,7 @@ mgfractal_iterations (Iterations) int 11
# an island, set all 3 numbers equal for the raw shape.
mgfractal_scale (Scale) v3f (4096.0, 1024.0, 4096.0)
-# (X,Y,Z) offset of fractal from world centre in units of 'scale'.
+# (X,Y,Z) offset of fractal from world center in units of 'scale'.
# Can be used to move a desired point to (0, 0) to create a
# suitable spawn point, or to allow 'zooming in' on a desired
# point by increasing 'scale'.
@@ -1743,7 +1743,7 @@ mgfractal_scale (Scale) v3f (4096.0, 1024.0, 4096.0)
# Range roughly -2 to 2. Multiply by 'scale' for offset in nodes.
mgfractal_offset (Offset) v3f (1.79, 0.0, 0.0)
-# W co-ordinate of the generated 3D slice of a 4D fractal.
+# W coordinate of the generated 3D slice of a 4D fractal.
# Determines which 3D slice of the 4D shape is generated.
# Alters the shape of the fractal.
# Has no effect on 3D fractals.