summaryrefslogtreecommitdiff
path: root/valadoc
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-08-19 09:04:21 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-08-19 09:14:32 +0200
commit4ea93322528d8875daffd163d0aa48f6b39b2cfa (patch)
tree447b696eee7e7c61b8a0425fa6baad2554a52cb4 /valadoc
parentec3dbf3c1f06fcbca1e1fe46b83fff71475f815a (diff)
downloadvala-4ea93322528d8875daffd163d0aa48f6b39b2cfa.tar.gz
Fix various typos in comments and strings
See https://gitlab.gnome.org/GNOME/vala/issues/1063
Diffstat (limited to 'valadoc')
-rw-r--r--valadoc/treebuilder.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/valadoc/treebuilder.vala b/valadoc/treebuilder.vala
index 67e1d460e..4df5d4d0d 100644
--- a/valadoc/treebuilder.vala
+++ b/valadoc/treebuilder.vala
@@ -348,7 +348,7 @@ public class Valadoc.TreeBuilder : Vala.CodeVisitor {
}
private bool add_package (Vala.CodeContext context, string pkg) {
- // ignore multiple occurences of the same package
+ // ignore multiple occurrences of the same package
if (context.has_package (pkg)) {
return true;
}