dyn-string.c (dyn_string_append_char): Fix typo in comment.

2009-11-22  Steve Ward  <planet36@gmail.com>

	* dyn-string.c (dyn_string_append_char): Fix typo in comment.

From-SVN: r154425
This commit is contained in:
Steve Ward 2009-11-22 15:48:42 +00:00 committed by Jonathan Wakely
parent 4de29d8fb4
commit d90a2c59eb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-11-22 Steve Ward <planet36@gmail.com>
* dyn-string.c (dyn_string_append_char): Fix typo in comment.
2009-11-20 Ben Elliston <bje@au.ibm.com>
* pex-unix.c (pex_child_error): Define writeerr macro to avoid

View File

@ -336,7 +336,7 @@ dyn_string_append_cstr (dyn_string_t dest, const char *s)
return 1;
}
/* Appends C to the end of DEST. Returns 1 on success. On failiure,
/* Appends C to the end of DEST. Returns 1 on success. On failure,
if RETURN_ON_ALLOCATION_FAILURE, deletes DEST and returns 0. */
int