diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-08-01 11:58:32 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-01 12:01:01 -0700 |
commit | d50cb7569cfb6e04ba48900821618d28012f334e (patch) | |
tree | 641264cefb155981b8861759cd39665ffcd04cd2 /Documentation | |
parent | Merge branch 'ms/subtree-install-fix' (diff) | |
parent | many small typofixes (diff) | |
download | tgif-d50cb7569cfb6e04ba48900821618d28012f334e.tar.xz |
Merge branch 'ob/typofixes'
* ob/typofixes:
many small typofixes
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/howto/new-command.txt | 2 | ||||
-rw-r--r-- | Documentation/technical/api-revision-walking.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/howto/new-command.txt b/Documentation/howto/new-command.txt index 2abc3a0a0e..d7de5a3e9e 100644 --- a/Documentation/howto/new-command.txt +++ b/Documentation/howto/new-command.txt @@ -94,7 +94,7 @@ your language, document it in the INSTALL file. 6. There is a file command-list.txt in the distribution main directory that categorizes commands by type, so they can be listed in appropriate subsections in the documentation's summary command list. Add an entry -for yours. To understand the categories, look at git-cmmands.txt +for yours. To understand the categories, look at git-commands.txt in the main directory. 7. Give the maintainer one paragraph to include in the RelNotes file diff --git a/Documentation/technical/api-revision-walking.txt b/Documentation/technical/api-revision-walking.txt index b7d0d9a8a7..55b878ade8 100644 --- a/Documentation/technical/api-revision-walking.txt +++ b/Documentation/technical/api-revision-walking.txt @@ -59,7 +59,7 @@ function. `reset_revision_walk`:: Reset the flags used by the revision walking api. You can use - this to do multiple sequencial revision walks. + this to do multiple sequential revision walks. Data structures --------------- |