summaryrefslogtreecommitdiff
path: root/vala/valaproperty.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/valaproperty.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/valaproperty.vala')
-rw-r--r--vala/valaproperty.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/valaproperty.vala b/vala/valaproperty.vala
index faa7fdf01..b04cf19b0 100644
--- a/vala/valaproperty.vala
+++ b/vala/valaproperty.vala
@@ -80,7 +80,7 @@ public class Vala.Property : Symbol, Lockable {
/**
* Specifies whether this property is abstract. Abstract properties have
* no accessor bodies, may only be specified within abstract classes and
- * interfaces, and must be overriden by derived non-abstract classes.
+ * interfaces, and must be overridden by derived non-abstract classes.
*/
public bool is_abstract { get; set; }