From 3cd851ed517b4f05b14b92f49ea300cb1b8cf276 Mon Sep 17 00:00:00 2001 From: Robert Love Date: Wed, 8 Mar 2006 14:45:14 +0000 Subject: [PATCH] grammah git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1563 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- src/nm-device-802-11-wireless.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nm-device-802-11-wireless.c b/src/nm-device-802-11-wireless.c index a0b7d83276..dbbdf806cd 100644 --- a/src/nm-device-802-11-wireless.c +++ b/src/nm-device-802-11-wireless.c @@ -2524,7 +2524,7 @@ supplicant_exec (NMDevice80211Wireless *self) g_source_attach (self->priv->supplicant.stdout, nm_device_get_main_context (NM_DEVICE (self))); g_io_channel_unref (channel); - /* Crackrock delay so we don't try to talk to wpa_supplicant to early */ + /* Crackrock delay so we don't try to talk to wpa_supplicant too early */ /* FIXME: poll the global control socket instead of just sleeping */ g_usleep (G_USEC_PER_SEC);