]> git.lizzy.rs Git - minetest.git/blobdiff - src/porting.cpp
Fix typos and en_US/en_GB inconsistency in various files (#12902)
[minetest.git] / src / porting.cpp
index f8bd74f9a379bf8916bd32741ad38af57c5a5a66..475292b9762aeacd40a455d215d26c61561d1107 100644 (file)
@@ -418,7 +418,7 @@ bool setSystemPaths()
        path_share = exepath + "\\..";
        if (detectMSVCBuildDir(exepath)) {
                // The msvc build dir schould normaly not be present if properly installed,
-               // but its usefull for debugging.
+               // but its useful for debugging.
                path_share += DIR_DELIM "..";
        }