Browse Source

[PATCH] libertas: fix misspelling in debug message

Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Dan Williams 18 years ago
parent
commit
81173e34d4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/wireless/libertas/assoc.c

+ 1 - 1
drivers/net/wireless/libertas/assoc.c

@@ -622,7 +622,7 @@ void libertas_association_worker(struct work_struct *work)
 		}
 
 		if (adapter->connect_status != LIBERTAS_CONNECTED) {
-			lbs_deb_assoc("ASSOC: assoication attempt unsuccessful, "
+			lbs_deb_assoc("ASSOC: association attempt unsuccessful, "
 				"not connected.\n");
 			success = 0;
 		}