changeset 728:f6588fd14272

Fix typo.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 19 Jul 2005 07:51:34 -0800
parents acee766fcb79
children 626aa658e2a9
files doc/hg.1.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/hg.1.txt	Tue Jul 19 07:42:36 2005 -0800
+++ b/doc/hg.1.txt	Tue Jul 19 07:51:34 2005 -0800
@@ -58,7 +58,7 @@
     The files will be added to the repository at the next commit.
 
     If no names are given, add all files in the current directory and
-    its subdirectory.
+    its subdirectories.
 
 addremove::
     Add all new files and remove all missing files from the repository.