[vala] fix typo for non-constant field initializers



commit f0b5b2d70b654dba1ee06992c25edd2a2fa174e7
Author: Luca Bruno <lucabru src gnome org>
Date:   Sat Oct 25 12:57:02 2014 +0200

    fix typo for non-constant field initializers

 vala/valafield.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vala/valafield.vala b/vala/valafield.vala
index 5eb84de..d447e80 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;
                        }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]