trivial: fix typo in comment

This commit is contained in:
Dan Winship 2012-11-08 13:25:46 -05:00
parent a9f54df179
commit 6c57060d36

View file

@ -785,7 +785,7 @@ state_changed (NMDevice *device, NMDeviceState new_state,
case NM_DEVICE_STATE_UNMANAGED:
break;
case NM_DEVICE_STATE_UNAVAILABLE:
/* If transitioning to UNAVAILBLE and the companion device is known then
/* If transitioning to UNAVAILABLE and the companion device is known then
* transition to DISCONNECTED otherwise wait for our companion.
*/
g_idle_add (check_companion_cb, self);