]> git.lizzy.rs Git - minetest.git/commitdiff
Fixed spelling inconsistency (#12504)
authorRiley <49880817+DerZombiiie@users.noreply.github.com>
Sun, 3 Jul 2022 12:52:40 +0000 (14:52 +0200)
committerGitHub <noreply@github.com>
Sun, 3 Jul 2022 12:52:40 +0000 (08:52 -0400)
coloured -> colored

doc/lua_api.txt

index 24de70a3bb9f4c4e6d96a8b958036155a0d800bc..2bf1e2171c2d91f1dd55c4338c129e369f6d6308 100644 (file)
@@ -2255,7 +2255,7 @@ player named `<name>`.
 
 When displaying text which can contain formspec code, e.g. text set by a player,
 use `minetest.formspec_escape`.
-For coloured text you can use `minetest.colorize`.
+For colored text you can use `minetest.colorize`.
 
 Since formspec version 3, elements drawn in the order they are defined. All
 background elements are drawn before all other elements.