fix typos in documentation and messages
authorYuri Chornoivan <yurchor@ukr.net>
Tue, 25 Mar 2014 16:40:47 +0000 (18:40 +0200)
committerThomas Haller <thaller@redhat.com>
Thu, 3 Apr 2014 15:12:31 +0000 (17:12 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=727031

Signed-off-by: Thomas Haller <thaller@redhat.com>
ChangeLog
cli/src/connections.c
introspection/nm-settings-connection.xml

index b611b3d..70a11a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
                        for NM service; only emit when state really changes
                - Use hash tables correctly so that the key (which was previously owned
                        by the D-Bus message) now has the same lifetime as the value, since
-                       the key is now taken from the the NMVPNConnection itself.  This
+                       the key is now taken from the NMVPNConnection itself.  This
                        really fixes the double-VPN names in the applet
 
 2007-08-13  Dan Williams  <dcbw@redhat.com>
index 33c9456..5682cf7 100644 (file)
@@ -1291,7 +1291,7 @@ split_required_fields_for_con_show (const char *input,
        /* Handle pseudo groups: profile, active */
        if (success && group_profile) {
                if (str1->len > 0) {
-                       g_set_error (error, NMCLI_ERROR, 0, _("'%s' has to be alone'"),
+                       g_set_error (error, NMCLI_ERROR, 0, _("'%s' has to be alone"),
                                     CON_SHOW_DETAIL_GROUP_PROFILE);
                        success = FALSE;
                } else
@@ -1299,7 +1299,7 @@ split_required_fields_for_con_show (const char *input,
        }
        if (success && group_active) {
                if (str2->len > 0) {
-                       g_set_error (error, NMCLI_ERROR, 0, _("'%s' has to be alone'"),
+                       g_set_error (error, NMCLI_ERROR, 0, _("'%s' has to be alone"),
                                     CON_SHOW_DETAIL_GROUP_ACTIVE);
                        success = FALSE;
                } else
@@ -6134,7 +6134,7 @@ editor_main_help (const char *command)
                case NMC_EDITOR_MAIN_CMD_SAVE:
                        printf (_("save [persistent|temporary]  :: save the connection\n\n"
                                  "Sends the connection profile to NetworkManager that either will save it\n"
-                                 "pesistently, or will only keep it in memory. 'save' without an argument\n"
+                                 "persistently, or will only keep it in memory. 'save' without an argument\n"
                                  "means 'save persistent'.\n"
                                  "Note that once you save the profile persistently those settings are saved\n"
                                  "across reboot or restart. Subsequent changes can also be temporary or\n"
index 6c8bb5b..b5bd2cd 100644 (file)
@@ -29,7 +29,7 @@
             Update the connection with new settings and properties (replacing
             all previous settings and properties) but do not immediately save
             the connection to disk.  Secrets may be part of the update request
-            and may sent to a Secret Agent for storage, depending on the the
+            and may sent to a Secret Agent for storage, depending on the
             flags associated with each secret.
 
             Use the 'Save' method to save these changes to disk. Note