[Cl-darcs-cvs] r166 - cl-darcs/trunk

mhenoch at common-lisp.net mhenoch at common-lisp.net
Wed Mar 5 08:05:42 UTC 2008


Author: mhenoch
Date: Wed Mar  5 03:05:40 2008
New Revision: 166

Modified:
   cl-darcs/trunk/pull.lisp
Log:
Fix typo in error message


Modified: cl-darcs/trunk/pull.lisp
==============================================================================
--- cl-darcs/trunk/pull.lisp	(original)
+++ cl-darcs/trunk/pull.lisp	Wed Mar  5 03:05:40 2008
@@ -30,7 +30,7 @@
   (unless theirrepo
     (setf theirrepo (car (get-preflist ourrepo "defaultrepo")))
     (unless theirrepo
-      (error "No remote repositiory specified, and no default available.")))
+      (error "No remote repository specified, and no default available.")))
   (add-to-preflist ourrepo "repos" theirrepo)
   (let ((motd (get-preflist theirrepo "motd")))
     (when motd



More information about the Cl-darcs-cvs mailing list