trivial: fix comment

This commit is contained in:
Dan Williams 2011-03-17 13:29:02 -05:00
parent d208bbd4c4
commit 8ae173635d

View file

@ -859,7 +859,7 @@ companion_scan_allowed_cb (NMDeviceWifi *companion, gpointer user_data)
g_object_get (G_OBJECT (self), NM_DEVICE_INTERFACE_STATE, &state, NULL);
/* Don't allow the companion to scan while configure the mesh interface */
/* Don't allow the companion to scan while configuring the mesh interface */
return (state < NM_DEVICE_STATE_PREPARE) || (state > NM_DEVICE_STATE_IP_CONFIG);
}