diff lisp/play/mpuz.el @ 4345:49e68bc65e26

* mpuz.el (mpuz-board): Doc fix.
author Jim Blandy <jimb@redhat.com>
date Thu, 29 Jul 1993 23:21:30 +0000
parents 507f64624555
children a549089c0d15
line wrap: on
line diff
--- a/lisp/play/mpuz.el	Thu Jul 29 22:35:23 1993 +0000
+++ b/lisp/play/mpuz.el	Thu Jul 29 23:21:30 1993 +0000
@@ -153,7 +153,7 @@
 ;; Every digit appears in the board, crypted or not.
 ;;------------------------------------------------------
 (defvar mpuz-board (make-vector 10 nil)
-  "The board associates ot any digit the list of squares where it appears.")
+  "The board associates to any digit the list of squares where it appears.")
 
 (defun mpuz-put-digit-on-board (number square)
   "Put (last digit of) NUMBER on SQUARE of the puzzle board."