Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 714ee339 authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo
Browse files

ath9k: fix spelling mistake: "meaurement" -> "measurement"



Trivial fix to spelling mistake in ath_err message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 50f38181
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -731,7 +731,7 @@ u32 ar9003_get_pll_sqsum_dvc(struct ath_hw *ah)
		udelay(100);

		if (WARN_ON_ONCE(i >= 100)) {
			ath_err(common, "PLL4 meaurement not done\n");
			ath_err(common, "PLL4 measurement not done\n");
			break;
		}