
5 Mar
2008
5 Mar
'08
8:05 a.m.
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