treewide: fix errors in printk
[deliverable/linux.git] / drivers / net / wireless / libertas / cfg.c
index 47a998d8f99e75bd5f59521a6593ca183cebb77a..40ab7f0b7be00a1a96b78884e534afa9fa55b3cb 100644 (file)
@@ -1353,7 +1353,7 @@ static int lbs_cfg_connect(struct wiphy *wiphy, struct net_device *dev,
                wait_event_interruptible_timeout(priv->scan_q,
                                                 (priv->scan_req == NULL),
                                                 (15 * HZ));
-               lbs_deb_assoc("assoc: scanning competed\n");
+               lbs_deb_assoc("assoc: scanning completed\n");
        }
 
        /* Find the BSS we want using available scan results */
This page took 0.031567 seconds and 5 git commands to generate.