# HG changeset patch # User Bryan O'Sullivan # Date 1121788294 28800 # Node ID f6588fd1427231baa26b425bac6c0c1189da20bb # Parent acee766fcb7931b096805d5023362542451f562a Fix typo. diff -r acee766fcb79 -r f6588fd14272 doc/hg.1.txt --- 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.