typo: replace all misstyped 'seconadary' strings with 'secondary'

This commit is contained in:
Marc Ruiz
2012-11-04 23:08:02 +01:00
committed by Pavel Šimerda
parent a7eb347655
commit 811c87f8ae
7 changed files with 7 additions and 7 deletions

View File

@@ -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");