[gnome-contacts] Fixed typo exmaple->example



commit a0ec8ff0e6044d8736a198cb655c758dab2ac1fb
Author: Marek Černocký <marek cernocky advantech com>
Date:   Wed Feb 12 11:44:30 2020 +0100

    Fixed typo exmaple->example

 src/contacts-editor-property.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/contacts-editor-property.vala b/src/contacts-editor-property.vala
index 00dfe4a..6b7c94c 100644
--- a/src/contacts-editor-property.vala
+++ b/src/contacts-editor-property.vala
@@ -485,7 +485,7 @@ public class Contacts.EditorProperty : ArrayList<EditorPropertyRow> {
 
     var box = new EditorPropertyRow ("urls");
     box.add_base_label (_("Website"));
-    box.add_base_entry_url (set, details, _("https://exmaple.com";));
+    box.add_base_entry_url (set, details, _("https://example.com";));
     box.add_base_delete (set, details);
 
     box.sensitive = this.writeable;


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