summaryrefslogtreecommitdiff
path: root/vala/valasymbol.vala
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 /vala/valasymbol.vala
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 'vala/valasymbol.vala')
-rw-r--r--vala/valasymbol.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/valasymbol.vala b/vala/valasymbol.vala
index 6b1c7f665..5ce7b389c 100644
--- a/vala/valasymbol.vala
+++ b/vala/valasymbol.vala
@@ -73,7 +73,7 @@ public abstract class Vala.Symbol : CodeNode {
public bool used { get; set; }
/**
- * Specifies whether this symbol is anonymous and has no public defintion.
+ * Specifies whether this symbol is anonymous and has no public definition.
*/
public bool anonymous { get; set; }