diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-08-25 18:17:50 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-08-25 18:17:50 -0500 |
commit | 6d62ef108a885c34e23a0971ecc23731feb4df74 (patch) | |
tree | 630e00699e7d94ba1ec5c0ad6d5d56c83ee949d7 /png.c | |
parent | b6874f806242458dd55643ca989dbb4982e34128 (diff) | |
download | libpng-6d62ef108a885c34e23a0971ecc23731feb4df74.tar.gz |
[devel] Spell "behavior" consistently.
Diffstat (limited to 'png.c')
-rw-r--r-- | png.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |