summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorMarc Ruiz <radykal@radykal.com>2012-11-04 23:08:02 +0100
committerPavel Šimerda <psimerda@redhat.com>2012-11-04 23:08:02 +0100
commit811c87f8ae4c2d24fc0c40e8158cd5fe66475ec8 (patch)
tree7020b29a2e125733ee7a41eab50c5cb5ecd1e838 /cli
parenta7eb3476557dae28880333544c797705ee2f5b5a (diff)
downloadNetworkManager-811c87f8ae4c2d24fc0c40e8158cd5fe66475ec8.tar.gz
typo: replace all misstyped 'seconadary' strings with 'secondary'
Diffstat (limited to 'cli')
-rw-r--r--cli/src/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/common.c b/cli/src/common.c
index 58598dc2c6..15ddcada4c 100644
--- a/cli/src/common.c
+++ b/cli/src/common.c
@@ -558,7 +558,7 @@ nmc_device_reason_to_string (NMDeviceStateReason reason)
return _("The Wi-Fi network could not be found");
case NM_DEVICE_STATE_REASON_SECONDARY_CONNECTION_FAILED:
- return _("A seconadary connection of the base connection failed");
+ return _("A secondary connection of the base connection failed");
default:
return _("Unknown");