changeset 823:746ebe6cc4c8

*** empty log message ***
author Roland McGrath <roland@gnu.org>
date Mon, 20 Jul 1992 22:30:14 +0000
parents c6e94e13926c
children b7ba8d69e136
files lisp/startup.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/startup.el	Sun Jul 19 17:48:44 1992 +0000
+++ b/lisp/startup.el	Mon Jul 20 22:30:14 1992 +0000
@@ -149,7 +149,7 @@
 	   (run-hooks 'window-setup-hook)))))
 
 (defun command-line ()
-  ;; See if we should import version-control from the envionment variable.
+  ;; See if we should import version-control from the environment variable.
   (let ((vc (getenv "VERSION_CONTROL")))
     (cond ((eq vc nil))			;don't do anything if not set
 	  ((or (string= vc "t")