From 6c57060d3659c41490c46c6523ac6e60c917914c Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 8 Nov 2012 13:25:46 -0500 Subject: [PATCH] trivial: fix typo in comment --- src/nm-device-olpc-mesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nm-device-olpc-mesh.c b/src/nm-device-olpc-mesh.c index d07f28eece..289e5be397 100644 --- a/src/nm-device-olpc-mesh.c +++ b/src/nm-device-olpc-mesh.c @@ -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);