summaryrefslogtreecommitdiff
path: root/valadoc
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-02-05 08:32:52 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2020-02-05 08:32:52 +0100
commit16df768a3e44625b1b84f403520b5ccfb5759939 (patch)
tree70b33c4b18bbeb3dc688e4ef799ca48ffc6801cc /valadoc
parent64e5fe2175a7bb96a8612ee2554c98649cc306fe (diff)
downloadvala-16df768a3e44625b1b84f403520b5ccfb5759939.tar.gz
Correct a few spelling errors in user visible strings
Diffstat (limited to 'valadoc')
-rw-r--r--valadoc/doclets/gtkdoc/generator.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/valadoc/doclets/gtkdoc/generator.vala b/valadoc/doclets/gtkdoc/generator.vala
index 365865d71..2f929ccaf 100644
--- a/valadoc/doclets/gtkdoc/generator.vala
+++ b/valadoc/doclets/gtkdoc/generator.vala
@@ -716,7 +716,7 @@ It is important that your <link linkend="GValue"><type>GValue</type></link> hold
if (edomain != null) {
if (param_header == null) {
add_custom_header ("error",
- "location to store the error occuring, or %NULL to ignore",
+ "location to store the error occurring, or %NULL to ignore",
{"error-domains %s".printf (edomain.get_cname ())},
double.MAX-1);
} else {
@@ -727,7 +727,7 @@ It is important that your <link linkend="GValue"><type>GValue</type></link> hold
}
} else if (param_header == null) {
add_custom_header ("error",
- "location to store the error occuring, or %NULL to ignore",
+ "location to store the error occurring, or %NULL to ignore",
null,
double.MAX - 1);
}