diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-03 02:29:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-03 02:29:21 +0100 |
commit | 5a66541f5aab0352c5eff4ad02556fe2efe7b412 (patch) | |
tree | 51ef92faae655f7076b8fe09cd81dc21cf872007 | |
parent | in case of time-travel (diff) | |
download | radharc-5a66541f5aab0352c5eff4ad02556fe2efe7b412.tar.gz radharc-5a66541f5aab0352c5eff4ad02556fe2efe7b412.tar.bz2 radharc-5a66541f5aab0352c5eff4ad02556fe2efe7b412.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-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 }; |