summaryrefslogtreecommitdiff
path: root/Documentation/git-blame.txt
diff options
context:
space:
mode:
authorJason St. John <jstjohn@purdue.edu>2013-11-09 00:48:52 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-11-12 18:47:17 (GMT)
commit0ffa154b5b37396462aeff3750933f05982ace63 (patch)
tree71b1138139da5c04a5558911b047cd80b4e8cf69 /Documentation/git-blame.txt
parent0ecd94d7d728606e0047a44e60a277ff4e7b3990 (diff)
downloadgit-0ffa154b5b37396462aeff3750933f05982ace63.zip
git-0ffa154b5b37396462aeff3750933f05982ace63.tar.gz
git-0ffa154b5b37396462aeff3750933f05982ace63.tar.bz2
Correct word usage of "timezone" in "Documentation" directory
"timezone" is two words, not one (i.e. "time zone" is correct). Correct this in these files: -- date-formats.txt -- git-blame.txt -- git-cvsimport.txt -- git-fast-import.txt -- git-svn.txt -- gitweb.conf.txt -- rev-list-options.txt Signed-off-by: Jason St. John <jstjohn@purdue.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-blame.txt')
-rw-r--r--Documentation/git-blame.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-blame.txt b/Documentation/git-blame.txt
index f2c85cc..8e70a61 100644
--- a/Documentation/git-blame.txt
+++ b/Documentation/git-blame.txt
@@ -103,7 +103,7 @@ This header line is followed by the following information
at least once for each commit:
- the author name ("author"), email ("author-mail"), time
- ("author-time"), and timezone ("author-tz"); similarly
+ ("author-time"), and time zone ("author-tz"); similarly
for committer.
- the filename in the commit that the line is attributed to.
- the first line of the commit log message ("summary").