Skip to content

Commit a1070d4

Browse files
MikeRalphsongitster
authored andcommitted
Documentation: Typo / spelling / formatting fixes
Signed-off-by: Mike Ralphson <mike@abacus.co.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 5a4aaaf commit a1070d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Documentation/howto/revert-a-faulty-merge.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Such a "revert" of a merge can be made with:
3939

4040
$ git revert -m 1 M
4141

42-
After the develpers of the side branch fixes their mistakes, the history
42+
After the developers of the side branch fix their mistakes, the history
4343
may look like this:
4444

4545
---o---o---o---M---x---x---W---x
@@ -116,7 +116,7 @@ If you reverted the revert in such a case as in the previous example:
116116
/ \ /
117117
---A---B A'--B'--C'
118118

119-
where Y is the revert of W, A' and B'are rerolled A and B, and there may
119+
where Y is the revert of W, A' and B' are rerolled A and B, and there may
120120
also be a further fix-up C' on the side branch. "diff Y^..Y" is similar
121121
to "diff -R W^..W" (which in turn means it is similar to "diff M^..M"),
122122
and "diff A'^..C'" by definition would be similar but different from that,

Documentation/howto/setup-git-server-over-http.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Then, add something like this to your httpd.conf
143143
Require valid-user
144144
</Location>
145145

146-
Debian automatically reads all files under /etc/apach2/conf.d.
146+
Debian automatically reads all files under /etc/apache2/conf.d.
147147

148148
The password file can be somewhere else, but it has to be readable by
149149
Apache and preferably not readable by the world.

Documentation/technical/api-strbuf.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ which can be used by the programmer of the callback as she sees fit.
222222

223223
Read a given size of data from a FILE* pointer to the buffer.
224224
+
225-
NOTE: The buffer is rewinded if the read fails. If -1 is returned,
225+
NOTE: The buffer is rewound if the read fails. If -1 is returned,
226226
`errno` must be consulted, like you would do for `read(3)`.
227227
`strbuf_read()`, `strbuf_read_file()` and `strbuf_getline()` has the
228228
same behaviour as well.

0 commit comments

Comments
 (0)