core: fix typo

This commit is contained in:
Dan Williams 2011-05-09 13:55:19 -05:00
parent 4ae83f2d93
commit 5e2cda5c20

View file

@ -3809,7 +3809,7 @@ reason_to_string (NMDeviceStateReason reason)
case NM_DEVICE_STATE_REASON_USER_REQUESTED:
return "user-requested";
case NM_DEVICE_STATE_REASON_CARRIER:
return "carrier-chagned";
return "carrier-changed";
case NM_DEVICE_STATE_REASON_CONNECTION_ASSUMED:
return "connection-assumed";
case NM_DEVICE_STATE_REASON_SUPPLICANT_AVAILABLE: