summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-10-21 20:26:21 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2015-10-21 20:26:49 -0700
commitcd428600c2037731e74cd97a05f3cab766519b6a (patch)
tree4968f75c4fcce3553cb4ff790753fbc17637b76f /lib-src
parentf373e812d95e1822833f88db024e011a769998b4 (diff)
downloademacs-cd428600c2037731e74cd97a05f3cab766519b6a.tar.gz
Spelling fixes
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog.12
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ChangeLog.1 b/lib-src/ChangeLog.1
index 0bb24c375e7..5b4154040da 100644
--- a/lib-src/ChangeLog.1
+++ b/lib-src/ChangeLog.1
@@ -456,7 +456,7 @@
* update-game-score.c: Include inttypes.h, stdbool.h.
(min): New macro, if not already defined.
(MAX_SCORES, main): Limit the maximum number of scores only from
- limits imposed by the underyling platform, instead of the
+ limits imposed by the underlying platform, instead of the
arbitrary value 200.
(struct score_entry, main, read_score, write_score):
Scores are now intmax_t, not long.