Skip to content

Commit

Permalink
fix typo in Documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Guanqun Lu <guanqun.lu@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Guanqun Lu authored and Junio C Hamano committed Feb 4, 2009
1 parent e1e4389 commit c9a8abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/technical/api-strbuf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allocated memory or not), use `strbuf_detach()` to unwrap a memory
buffer from its strbuf shell in a safe way. That is the sole supported
way. This will give you a malloced buffer that you can later `free()`.
+
However, it it totally safe to modify anything in the string pointed by
However, it is totally safe to modify anything in the string pointed by
the `buf` member, between the indices `0` and `len-1` (inclusive).

. The `buf` member is a byte array that has at least `len + 1` bytes
Expand Down

0 comments on commit c9a8abc

Please sign in to comment.