[devel] Spell "behavior" consistently.

This commit is contained in:
Glenn Randers-Pehrson
2011-08-25 18:17:50 -05:00
parent b6874f8062
commit 6d62ef108a
3 changed files with 5 additions and 5 deletions

2
png.c
View File

@@ -43,7 +43,7 @@ png_set_sig_bytes(png_structp png_ptr, int num_bytes)
* can simply check the remaining bytes for extra assurance. Returns
* an integer less than, equal to, or greater than zero if sig is found,
* respectively, to be less than, to match, or be greater than the correct
* PNG signature (this is the same behaviour as strcmp, memcmp, etc).
* PNG signature (this is the same behavior as strcmp, memcmp, etc).
*/
int PNGAPI
png_sig_cmp(png_const_bytep sig, png_size_t start, png_size_t num_to_check)