diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2012-06-19 19:56:09 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-06-19 11:35:19 -0700 |
commit | b4ab1980da71344e5ebb65242f52d68b1a03c42d (patch) | |
tree | d3de4a5a2d7bc54014bd100f65f135c2fb9062b2 /Documentation/git.txt | |
parent | 0ce2e396ee9fb0fa07e8381b338e49859dbf03db (diff) | |
download | git-b4ab1980da71344e5ebb65242f52d68b1a03c42d.tar.gz git-b4ab1980da71344e5ebb65242f52d68b1a03c42d.tar.xz |
Documentation: spelling fixes
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 59ce6ac24..9589734b0 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -734,7 +734,7 @@ other 'GIT_EDITOR':: This environment variable overrides `$EDITOR` and `$VISUAL`. - It is used by several git comands when, on interactive mode, + It is used by several git commands when, on interactive mode, an editor is to be launched. See also linkgit:git-var[1] and the `core.editor` option in linkgit:git-config[1]. |