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

Commit 5ea80789 authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo
Browse files

wlcore: fix spelling mistakes in wl1271_warning



trivial fix to spelling mistakes in wl1271_warning error message, change
iligal to invalid and opperation to operation.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 755b37c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1249,7 +1249,7 @@ static ssize_t fw_logger_write(struct file *file,
	}

	if (wl->conf.fwlog.output == 0) {
		wl1271_warning("iligal opperation - fw logger disabled by default, please change mode via wlconf");
		wl1271_warning("invalid operation - fw logger disabled by default, please change mode via wlconf");
		return -EINVAL;
	}