From: Jim Meyering Date: Sun, 18 Mar 2007 17:39:56 +0000 (+0100) Subject: user-manual.txt: fix a tiny typo. X-Git-Tag: v1.5.0.6~4^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/21f13ee203b0dfe5bd9fdd18897cc11343f09ef7?hp=-c user-manual.txt: fix a tiny typo. "file patch" was doubtless intended to be "file path", but "directory name" is clearer. Signed-off-by: Jim Meyering Signed-off-by: "J. Bruce Fields" --- 21f13ee203b0dfe5bd9fdd18897cc11343f09ef7 diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 0919574fb4..773f65ef83 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -1698,7 +1698,7 @@ If you and maintainer both have accounts on the same machine, then then you can just pull changes from each other's repositories directly; note that all of the commands (gitlink:git-clone[1], git-fetch[1], git-pull[1], etc.) that accept a URL as an argument -will also accept a local file patch; so, for example, you can +will also accept a local directory name; so, for example, you can use -------------------------------------------------