From 5e2cda5c200aeb25950495f164892ecef1f3378e Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 9 May 2011 13:55:19 -0500 Subject: [PATCH] core: fix typo --- src/nm-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nm-device.c b/src/nm-device.c index ebd8cdb9d7..5e0b1ff790 100644 --- a/src/nm-device.c +++ b/src/nm-device.c @@ -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: