Fix typo.
authorBryan O'Sullivan <bos@serpentine.com>
Tue, 19 Jul 2005 07:51:34 -0800
changeset 728 f6588fd14272
parent 727 acee766fcb79
child 729 626aa658e2a9
Fix typo.
doc/hg.1.txt
--- a/doc/hg.1.txt
+++ b/doc/hg.1.txt
@@ -58,7 +58,7 @@ add [options] [files ...]::
     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.