diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-05 07:15:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-05 07:15:51 -0500 |
commit | 3b33c950b2cda604b8d5db3ef122d95421e9002d (patch) | |
tree | 106920e656e311193b08420ce4a6e1f1cc66255c /include | |
parent | 64460e01aede2bbcaa8d1dd18dd3fab590fa4a6e (diff) | |
parent | ac43365d58868e1aa1be2bc8ed31e5a23980ffe5 (diff) |
Merge pull request #1322 from Deokishisu/patch-2
Fix "Compatibility" Misspelling
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 |