Message ID | 3dac3680244e324fe88ca7bf61a940ca1e5018ea.1635093692.git.martin.agren@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 82a57cd13fa12b30607ebe5fabf51a2ade638f2c |
Headers | show |
Series | doc-diff fixes on maint | expand |
diff --git a/Documentation/git.txt b/Documentation/git.txt index 95fe6f31b4..6bb06d0b52 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -42,7 +42,7 @@ OPTIONS --version:: Prints the Git suite version that the 'git' program came from. + -This option is internaly converted to `git version ...` and accepts +This option is internally converted to `git version ...` and accepts the same options as the linkgit:git-version[1] command. If `--help` is also given, it takes precedence over `--version`.
Fix the spelling of "internally". Signed-off-by: Martin Ågren <martin.agren@gmail.com> --- Documentation/git.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)