diff options
author | Mike Ralphson <mike@abacus.co.uk> | 2008-08-05 17:12:05 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-05 21:21:18 -0700 |
commit | 1168d402d2962f56cbc921bbc954d8f2179c8ba7 (patch) | |
tree | 74f6851b69153316af6706004e11c0a1a14ee757 /Documentation/git-for-each-ref.txt | |
parent | 04bb50f45dda9aeb755e943cbc9df264cfc8cbc5 (diff) | |
download | git-1168d402d2962f56cbc921bbc954d8f2179c8ba7.tar.gz |
Documentation: typos / spelling fixes
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-for-each-ref.txt')
-rw-r--r-- | Documentation/git-for-each-ref.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-for-each-ref.txt b/Documentation/git-for-each-ref.txt index 609f9496ba..eae6c0e7bc 100644 --- a/Documentation/git-for-each-ref.txt +++ b/Documentation/git-for-each-ref.txt @@ -49,7 +49,7 @@ OPTIONS <pattern>...:: If one or more patterns are given, only refs are shown that - match againt at least one pattern, either using fnmatch(3) or + match against at least one pattern, either using fnmatch(3) or literally, in the latter case matching completely or from the beginning up to a slash. |