aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/play
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-01-04 23:13:09 +0000
committerKarl Heuer <[email protected]>1996-01-04 23:13:09 +0000
commit163d1767689eaa2f8ecff6cf3f3912c809ed100c (patch)
tree0b66a8ae4080631735b1446e0659fca3a9add1ca /lisp/play
parent4f9da2416a49e1aa46128074e938ea015d437531 (diff)
(dun-cd): Fix local var misspelling.
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/dunnet.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el
index 6498d53901..44df1d27f5 100644
--- a/lisp/play/dunnet.el
+++ b/lisp/play/dunnet.el
@@ -29,7 +29,7 @@
;;; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
;;; The log file should be set for your system, and it must
-;;; be writeable by all.
+;;; be writable by all.
(defvar dun-log-file "/usr/local/dunnet.score"
@@ -790,7 +790,7 @@ huge rocks sliding down from the ceiling, and blocking your way out.\n")
(defun dun-sauna-heat ()
(if (= dun-sauna-level 0)
(dun-mprincl
- "The termperature has returned to normal room termperature."))
+ "The temperature has returned to normal room temperature."))
(if (= dun-sauna-level 1)
(dun-mprincl "It is now luke warm in here. You begin to sweat."))
(if (= dun-sauna-level 2)
@@ -2587,7 +2587,7 @@ treasures for points?" "4" "four")
(dun-mprincl "
Welcome to Unix\n
Please clean up your directories. The filesystem is getting full.
-Our tcp/ip link to gamma is a little flakey, but seems to work.
+Our tcp/ip link to gamma is a little flaky, but seems to work.
The current version of ftp can only send files from the current
directory, and deletes them after they are sent! Be careful.
@@ -2875,7 +2875,7 @@ drwxr-xr-x 3 root staff 2048 Jan 1 1970 ..")
(dun-uexit nil))))))))
(defun dun-cd (args)
- (let (tcdpath tcdroom path-elemants room-check)
+ (let (tcdpath tcdroom path-elements room-check)
(if (not (car args))
(dun-mprincl "Usage: cd <path>")
(setq tcdpath dun-cdpath)