summaryrefslogtreecommitdiff
path: root/png.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-08-25 18:17:50 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-08-25 18:17:50 -0500
commit6d62ef108a885c34e23a0971ecc23731feb4df74 (patch)
tree630e00699e7d94ba1ec5c0ad6d5d56c83ee949d7 /png.c
parentb6874f806242458dd55643ca989dbb4982e34128 (diff)
downloadlibpng-6d62ef108a885c34e23a0971ecc23731feb4df74.tar.gz
[devel] Spell "behavior" consistently.
Diffstat (limited to 'png.c')
-rw-r--r--png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/png.c b/png.c
index f85c90e42..db3051d17 100644
--- a/png.c
+++ b/png.c
@@ -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)