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

mhenoch at common-lisp.net mhenoch at common-lisp.net
Wed Mar 5 07:18:23 UTC 2008


Author: mhenoch
Date: Wed Mar  5 02:18:21 2008
New Revision: 161

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


Modified: cl-darcs/trunk/pull.lisp
==============================================================================
--- cl-darcs/trunk/pull.lisp	(original)
+++ cl-darcs/trunk/pull.lisp	Wed Mar  5 02:18:21 2008
@@ -1,4 +1,4 @@
-;;; Copyright (C) 2006, 2007 Magnus Henoch
+;;; Copyright (C) 2006, 2007, 2008 Magnus Henoch
 ;;;
 ;;; This program is free software; you can redistribute it and/or
 ;;; modify it under the terms of the GNU General Public License as
@@ -18,7 +18,7 @@
 
 (defun pull (ourrepo &optional theirrepo &key (select-patches :ask))
   "Pull new patches from THEIRREPO into OURREPO.
-If THEIRREPO is not specified, use default repositiory specified
+If THEIRREPO is not specified, use default repository specified
 in preferences.
 SELECT-PATCHES specifies how to select which remote patches to pull.
 It can be one of:



More information about the Cl-darcs-cvs mailing list