diff options
author | Jason St. John <jstjohn@purdue.edu> | 2013-11-08 19:48:52 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-11-12 10:47:17 -0800 |
commit | 0ffa154b5b37396462aeff3750933f05982ace63 (patch) | |
tree | 71b1138139da5c04a5558911b047cd80b4e8cf69 /Documentation/git-blame.txt | |
parent | 0ecd94d7d728606e0047a44e60a277ff4e7b3990 (diff) | |
download | git-0ffa154b5b37396462aeff3750933f05982ace63.tar.gz |
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-blame.txt b/Documentation/git-blame.txt index f2c85cc633..8e70a61840 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"). |