diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-08-01 20:58:32 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-01 21:01:01 +0200 |
commit | d50cb7569cfb6e04ba48900821618d28012f334e (patch) | |
tree | 641264cefb155981b8861759cd39665ffcd04cd2 /Documentation/technical | |
parent | Merge branch 'ms/subtree-install-fix' (diff) | |
parent | many small typofixes (diff) | |
download | git-d50cb7569cfb6e04ba48900821618d28012f334e.tar.xz git-d50cb7569cfb6e04ba48900821618d28012f334e.zip |
Merge branch 'ob/typofixes'
* ob/typofixes:
many small typofixes
Diffstat (limited to 'Documentation/technical')
-rw-r--r-- | Documentation/technical/api-revision-walking.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 --------------- |