diff options
Diffstat (limited to 'src/state.h')
-rw-r--r-- | src/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.h b/src/state.h index a88d73f..b45e4ec 100644 --- a/src/state.h +++ b/src/state.h @@ -53,7 +53,7 @@ enum darkness { ASTRONOMICAL_TWILIGHT = 3, /** - * The sky is reallu dark blue. + * The sky is really dark blue. */ NIGHT = 4 }; |