diff options
author | Deokishisu <6993375+Deokishisu@users.noreply.github.com> | 2021-02-05 01:27:11 -0500 |
---|---|---|
committer | Deokishisu <6993375+Deokishisu@users.noreply.github.com> | 2021-02-05 01:27:11 -0500 |
commit | ac43365d58868e1aa1be2bc8ed31e5a23980ffe5 (patch) | |
tree | 106920e656e311193b08420ce4a6e1f1cc66255c /include | |
parent | 64460e01aede2bbcaa8d1dd18dd3fab590fa4a6e (diff) |
Fix "Compatibility" Misspelling
Someone misspelled "compatibility" as "compatability" in the daycare-related files. This commit spells them correctly.
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/daycare.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/constants/daycare.h b/include/constants/daycare.h index adb62fab5..e412d2ab7 100644 --- a/include/constants/daycare.h +++ b/include/constants/daycare.h @@ -1,11 +1,11 @@ #ifndef GUARD_DAYCARE_CONSTANTS_H #define GUARD_DAYCARE_CONSTANTS_H -// Parent compatability scores +// Parent compatibility scores #define PARENTS_INCOMPATIBLE 0 #define PARENTS_LOW_COMPATIBILITY 20 -#define PARENTS_MED_COMPATABILITY 50 -#define PARENTS_MAX_COMPATABILITY 70 +#define PARENTS_MED_COMPATIBILITY 50 +#define PARENTS_MAX_COMPATIBILITY 70 // Daycare state #define DAYCARE_NO_MONS 0 |