diff options
author | linkmauve <linkmauve@linkmauve.fr> | 2018-01-10 15:12:54 +0100 |
---|---|---|
committer | fiaxh <fiaxh@users.noreply.github.com> | 2018-01-10 15:12:54 +0100 |
commit | 0ce28c0b0d87cb199ef790a9acc1ba25e64e2e84 (patch) | |
tree | 381a0eb06e0333628aa27f9e477b19365612861d /xmpp-vala/src/core | |
parent | 5557c03be87a622fa830b26e27ca6b158093937c (diff) | |
download | dino-0ce28c0b0d87cb199ef790a9acc1ba25e64e2e84.tar.gz dino-0ce28c0b0d87cb199ef790a9acc1ba25e64e2e84.zip |
Fix typos in comments and variable names (#269)
Thanks `codespell`!
Diffstat (limited to 'xmpp-vala/src/core')
-rw-r--r-- | xmpp-vala/src/core/stanza_node.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmpp-vala/src/core/stanza_node.vala b/xmpp-vala/src/core/stanza_node.vala index 341e67ba..695a72cd 100644 --- a/xmpp-vala/src/core/stanza_node.vala +++ b/xmpp-vala/src/core/stanza_node.vala @@ -282,7 +282,7 @@ public class StanzaNode : StanzaEntry { } /** - * Set only occurence + * Set only occurrence **/ public void set_attribute(string name, string val, string? ns_uri = null) { if (ns_uri == null) ns_uri = this.ns_uri; |