diff options
Diffstat (limited to 'util/cairo-script/cairo-script-hash.c')
-rw-r--r-- | util/cairo-script/cairo-script-hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cairo-script/cairo-script-hash.c b/util/cairo-script/cairo-script-hash.c index 58786fcd0..dbda407bc 100644 --- a/util/cairo-script/cairo-script-hash.c +++ b/util/cairo-script/cairo-script-hash.c @@ -153,7 +153,7 @@ _csi_hash_table_init (csi_hash_table_t *hash_table, * _csi_hash_table_destroy is called. It is a fatal error otherwise, * and this function will halt. The rationale for this behavior is to * avoid memory leaks and to avoid needless complication of the API - * with destroy notifiy callbacks. + * with destroy notify callbacks. * * WARNING: The hash_table must have no running iterators in it when * _csi_hash_table_destroy is called. It is a fatal error otherwise, |