summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-09-25 15:58:56 +0100
committerSimon McVittie <smcv@collabora.com>2018-09-25 15:58:56 +0100
commit1830ebba9175d794d76d49b2aaf60a19a476a3cd (patch)
treee85eaaffb986d756ebd1d2cf6f3b7b582a4945f3
parentec951e9de8e06c125dc7e9f55c806f9081ddd3c9 (diff)
downloadglib-1830ebba9175d794d76d49b2aaf60a19a476a3cd.tar.gz
Spelling: Fix spelling of "interpreted"
Detected by Debian's Lintian tool. Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--docs/reference/gobject/glib-mkenums.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gobject/glib-mkenums.xml b/docs/reference/gobject/glib-mkenums.xml
index 7e0eabd27..2573bb3e9 100644
--- a/docs/reference/gobject/glib-mkenums.xml
+++ b/docs/reference/gobject/glib-mkenums.xml
@@ -333,7 +333,7 @@ where section may be <literal>file-header</literal>,
<varlistentry>
<term><option>--identifier-prefix</option> <replaceable>PREFIX</replaceable></term>
<listitem><para>
-Indicates what portion of the enum name should be intepreted as the
+Indicates what portion of the enum name should be interpreted as the
prefix (eg, the "<literal>Gtk</literal>" in
"<literal>GtkDirectionType</literal>"). Normally this will be figured
out automatically, but you may need to override the default if your