diff options
author | Abdou-31 <abdou31.coding@gmail.com> | 2022-11-09 17:57:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-09 11:57:19 -0500 |
commit | d1b80b462eaa74a8640cf132c21f74e4f924052a (patch) | |
tree | d5804214487f339643ab6cdf74fbd113cb02cb2b /src/craftdef.h | |
parent | 6191bafcadc21277be5527ed1ac05f7902e710ad (diff) | |
download | minetest-d1b80b462eaa74a8640cf132c21f74e4f924052a.tar.xz |
Fix typos and en_US/en_GB inconsistency in various files (#12902)
Diffstat (limited to 'src/craftdef.h')
-rw-r--r-- | src/craftdef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/craftdef.h b/src/craftdef.h index 7c14e702a..97575f893 100644 --- a/src/craftdef.h +++ b/src/craftdef.h @@ -45,7 +45,7 @@ enum CraftMethod /* The type a hash can be. The earlier a type is mentioned in this enum, the earlier it is tried at crafting, and the less likely is a collision. - Changing order causes changes in behaviour, so know what you do. + Changing order causes changes in behavior, so know what you do. */ enum CraftHashType { |