[PATCH] acpi: syntaxcheck: fix spelling mistake (LP: #1200602)

Colin King colin.king at canonical.com
Fri Jul 12 11:36:47 UTC 2013


From: Colin Ian King <colin.king at canonical.com>

"Assember" should be "Assembler"

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 src/acpi/syntaxcheck/syntaxcheck.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/acpi/syntaxcheck/syntaxcheck.c b/src/acpi/syntaxcheck/syntaxcheck.c
index 44399cb..4b00480 100644
--- a/src/acpi/syntaxcheck/syntaxcheck.c
+++ b/src/acpi/syntaxcheck/syntaxcheck.c
@@ -516,7 +516,7 @@ static int syntaxcheck_table(fwts_framework *fw, char *tablename, int which)
 							skip = true;
 							break;
 						default:
-							fwts_log_info(fw, "Assember message in line %d", num);
+							fwts_log_info(fw, "Assembler message in line %d", num);
 							break;
 						}
 
-- 
1.8.1.2




More information about the fwts-devel mailing list