diff options
| author | Glenn Morris | 2008-06-27 02:41:14 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-27 02:41:14 +0000 |
| commit | 6772c8e169a6a56ee387373a00a65bd3a3070725 (patch) | |
| tree | 4f0d9a8f0be905ba92b3420ad2832ffaad05a3b2 /lisp/play | |
| parent | 04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8 (diff) | |
| download | emacs-6772c8e169a6a56ee387373a00a65bd3a3070725.tar.gz emacs-6772c8e169a6a56ee387373a00a65bd3a3070725.zip | |
American English spelling fix.
Diffstat (limited to 'lisp/play')
| -rw-r--r-- | lisp/play/5x5.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/5x5.el b/lisp/play/5x5.el index bb2cb0d4c21..30a13cba927 100644 --- a/lisp/play/5x5.el +++ b/lisp/play/5x5.el | |||
| @@ -33,7 +33,7 @@ | |||
| 33 | ;; o The code for updating the grid needs to be re-done. At the moment it | 33 | ;; o The code for updating the grid needs to be re-done. At the moment it |
| 34 | ;; simply re-draws the grid every time a move is made. | 34 | ;; simply re-draws the grid every time a move is made. |
| 35 | ;; | 35 | ;; |
| 36 | ;; o Look into tarting up the display with colour. gamegrid.el looks | 36 | ;; o Look into tarting up the display with color. gamegrid.el looks |
| 37 | ;; interesting, perhaps that is the way to go? | 37 | ;; interesting, perhaps that is the way to go? |
| 38 | 38 | ||
| 39 | ;;; Thanks: | 39 | ;;; Thanks: |