branch: externals/gnugo commit 49045259101d734312a8811d3d19ca6d185552de Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
; Fix typos --- gnugo.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnugo.el b/gnugo.el index bd3b152c28..dbb0d98610 100644 --- a/gnugo.el +++ b/gnugo.el @@ -51,7 +51,7 @@ ;; are shown on the mode line immediately following the major mode name. ;; ;; While GNU Go is pondering its next move, certain commands that rely on its -;; assistence will result in a "still waiting" error. Do not be alarmed; that +;; assistance will result in a "still waiting" error. Do not be alarmed; that ;; is normal. When it is your turn again you may retry the command. In the ;; meantime, you can use Emacs for other tasks, or start an entirely new game ;; with `C-u M-x gnugo'. (NOTE: A new game will slow down all games. :-) @@ -1618,7 +1618,7 @@ If FILENAME already exists, Emacs confirms that you wish to overwrite it." ;; choice ;; (message "(Selecting the first game)") ;; 0))) - ;; but this is what we use (for now) to accomodate + ;; but this is what we use (for now) to accommodate ;; (aka faithfully mimic) GTP `loadsgf' limitations: (unless (= 1 n) (message "(Selecting the first game)"))