summaryrefslogtreecommitdiff
path: root/src/cairo-types-private.h
diff options
context:
space:
mode:
authorNis Martensen <nis.martensen@web.de>2012-03-03 23:00:54 +0100
committerUli Schlachter <psychon@znc.in>2012-03-10 10:20:28 +0100
commit77da76ac6c31709962e81b2683d984bc58c412d6 (patch)
tree7bf46fda56e0fdd5efc07c97907105cce8b2d1d3 /src/cairo-types-private.h
parent4a1d4205580b793f46101aafe432e9eaf39cf8f2 (diff)
downloadcairo-77da76ac6c31709962e81b2683d984bc58c412d6.tar.gz
doc: fix a few typos found by codespell
Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'src/cairo-types-private.h')
-rw-r--r--src/cairo-types-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-types-private.h b/src/cairo-types-private.h
index 3a1882be9..7fcdd1d69 100644
--- a/src/cairo-types-private.h
+++ b/src/cairo-types-private.h
@@ -131,7 +131,7 @@ struct _cairo_observer {
*
* _cairo_hash_table_insert (hash_table, &my_entry->base);
*
- * IMPORTANT: The caller is reponsible for initializing
+ * IMPORTANT: The caller is responsible for initializing
* my_entry->base.hash with a hash code derived from the key. The
* essential property of the hash code is that keys_equal must never
* return %TRUE for two keys that have different hashes. The best hash