[gxml/fix-misspelling] Element: Fix misspelling



commit 1d7e1d8d6bdb7c0ca04771c457007a771c122248
Author: Rafael Fontenelle <rffontenelle gmail com>
Date:   Fri Jul 12 13:49:09 2019 +0000

    Element: Fix misspelling
    
    If went to 4If by accident in commit 3ebfcfd6

 gxml/Element.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gxml/Element.vala b/gxml/Element.vala
index 5e27fc5..f22b480 100644
--- a/gxml/Element.vala
+++ b/gxml/Element.vala
@@ -658,7 +658,7 @@ public class GXml.Element : GXml.Node,
     }
     if (p == "xmlns" && namespace_uri != "http://www.w3.org/2000/xmlns/";
             && namespace_uri != "http://www.w3.org/2000/xmlns";) {
-       throw new DomError.NAMESPACE_ERROR (_("Invalid namespace. 4If attribute's prefix is xmlns, namespace 
URI should be http://www.w3.org/2000/xmlns";));
+       throw new DomError.NAMESPACE_ERROR (_("Invalid namespace. If attribute's prefix is xmlns, namespace 
URI should be http://www.w3.org/2000/xmlns";));
     }
     if (p == "" && n == "xmlns"
         && (namespace_uri != "http://www.w3.org/2000/xmlns/";


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