summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2014-03-25 18:40:47 +0200
committerThomas Haller <thaller@redhat.com>2014-04-03 17:12:31 +0200
commitb25c227e078bc9e3a2e06b3f62bd2b727f50beee (patch)
tree44fbf987b5c6b7b7d0ad479de0dc588ecf593291
parenta72079a862af122494d06b44550d650720b439e4 (diff)
downloadNetworkManager-b25c227e078bc9e3a2e06b3f62bd2b727f50beee.tar.gz
fix typos in documentation and messages
https://bugzilla.gnome.org/show_bug.cgi?id=727031 Signed-off-by: Thomas Haller <thaller@redhat.com>
-rw-r--r--ChangeLog2
-rw-r--r--cli/src/connections.c6
-rw-r--r--introspection/nm-settings-connection.xml2
3 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index b611b3d4f9..70a11a288f 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 <dcbw@redhat.com>
diff --git a/cli/src/connections.c b/cli/src/connections.c
index 33c94566d1..5682cf75a1 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 6c8bb5bd57..b5bd2cd0e0 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