diff options
| author | Paul Eggert | 2015-10-21 20:26:21 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-10-21 20:26:49 -0700 |
| commit | cd428600c2037731e74cd97a05f3cab766519b6a (patch) | |
| tree | 4968f75c4fcce3553cb4ff790753fbc17637b76f /lib-src | |
| parent | f373e812d95e1822833f88db024e011a769998b4 (diff) | |
| download | emacs-cd428600c2037731e74cd97a05f3cab766519b6a.tar.gz emacs-cd428600c2037731e74cd97a05f3cab766519b6a.zip | |
Spelling fixes
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog.1 | 2 |
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 @@ | |||
| 456 | * update-game-score.c: Include inttypes.h, stdbool.h. | 456 | * update-game-score.c: Include inttypes.h, stdbool.h. |
| 457 | (min): New macro, if not already defined. | 457 | (min): New macro, if not already defined. |
| 458 | (MAX_SCORES, main): Limit the maximum number of scores only from | 458 | (MAX_SCORES, main): Limit the maximum number of scores only from |
| 459 | limits imposed by the underyling platform, instead of the | 459 | limits imposed by the underlying platform, instead of the |
| 460 | arbitrary value 200. | 460 | arbitrary value 200. |
| 461 | (struct score_entry, main, read_score, write_score): | 461 | (struct score_entry, main, read_score, write_score): |
| 462 | Scores are now intmax_t, not long. | 462 | Scores are now intmax_t, not long. |