From b25c227e078bc9e3a2e06b3f62bd2b727f50beee Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Tue, 25 Mar 2014 18:40:47 +0200 Subject: [PATCH] fix typos in documentation and messages https://bugzilla.gnome.org/show_bug.cgi?id=727031 Signed-off-by: Thomas Haller --- ChangeLog | 2 +- cli/src/connections.c | 6 +++--- introspection/nm-settings-connection.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index b611b3d4f..70a11a288 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10246,7 +10246,7 @@ 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 diff --git a/cli/src/connections.c b/cli/src/connections.c index 33c94566d..5682cf75a 100644 --- a/cli/src/connections.c +++ b/cli/src/connections.c @@ -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" diff --git a/introspection/nm-settings-connection.xml b/introspection/nm-settings-connection.xml index 6c8bb5bd5..b5bd2cd0e 100644 --- a/introspection/nm-settings-connection.xml +++ b/introspection/nm-settings-connection.xml @@ -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