diff options
-rw-r--r-- | vala/valafield.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vala/valafield.vala b/vala/valafield.vala index 5eb84dedb..d447e8026 100644 --- a/vala/valafield.vala +++ b/vala/valafield.vala @@ -155,7 +155,7 @@ public class Vala.Field : Variable, Lockable { if (parent_symbol is Namespace && !initializer.is_constant ()) { error = true; - Report.error (source_reference, "Non-constant field initializerS not supported in this context"); + Report.error (source_reference, "Non-constant field initializers not supported in this context"); return false; } |