diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2013-04-11 22:36:10 (GMT) |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-12 19:00:52 (GMT) |
commit | e1c3bf496f494e60e781c8dd0ec3d799ea48722c (patch) | |
tree | 853e268ff0fffcbd6f1264f4ee2cb5c75b5a1b1e /Documentation/technical/api-credentials.txt | |
parent | 7f20008d14e3eececdc90c75d3a86ee6c250cb67 (diff) | |
download | git-e1c3bf496f494e60e781c8dd0ec3d799ea48722c.zip git-e1c3bf496f494e60e781c8dd0ec3d799ea48722c.tar.gz git-e1c3bf496f494e60e781c8dd0ec3d799ea48722c.tar.bz2 |
doc: various spelling fixes
Most of these were found using Lucas De Marchi's codespell tool.
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/api-credentials.txt')
-rw-r--r-- | Documentation/technical/api-credentials.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-credentials.txt b/Documentation/technical/api-credentials.txt index 516fda7..c1b42a4 100644 --- a/Documentation/technical/api-credentials.txt +++ b/Documentation/technical/api-credentials.txt @@ -160,7 +160,7 @@ int foo_login(struct foo_connection *f) break; default: /* - * Some other error occured. We don't know if the + * Some other error occurred. We don't know if the * credential is good or bad, so report nothing to the * credential subsystem. */ |