diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-04-25 13:28:58 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-04-25 13:28:58 +0900 |
commit | cb6462fe7435657fbd905018e9b3c76f1d946832 (patch) | |
tree | c30276158d62150933cba1c1d1d1d2543f941822 /Documentation/git-for-each-ref.txt | |
parent | Merge branch 'lw/daemon-log-destination' (diff) | |
parent | Documentation: normalize spelling of 'normalised' (diff) | |
download | tgif-cb6462fe7435657fbd905018e9b3c76f1d946832.tar.xz |
Merge branch 'en/doc-typoes'
Docfix.
* en/doc-typoes:
Documentation: normalize spelling of 'normalised'
Documentation: fix several one-character-off spelling errors
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 dffa14a795..085d177d97 100644 --- a/Documentation/git-for-each-ref.txt +++ b/Documentation/git-for-each-ref.txt @@ -121,7 +121,7 @@ refname:: stripping with positive <N>, or it becomes the full refname if stripping with negative <N>. Neither is an error. + -`strip` can be used as a synomym to `lstrip`. +`strip` can be used as a synonym to `lstrip`. objecttype:: The type of the object (`blob`, `tree`, `commit`, `tag`). |