From patchwork Fri Jul 12 11:36:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Colin Ian King X-Patchwork-Id: 258743 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id A6ACF2C01D4 for ; Fri, 12 Jul 2013 21:37:15 +1000 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1Uxbez-0005t2-UN; Fri, 12 Jul 2013 11:37:13 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UxbeZ-0005ev-Oo for fwts-devel@lists.ubuntu.com; Fri, 12 Jul 2013 11:36:47 +0000 Received: from cpc3-craw6-2-0-cust180.croy.cable.virginmedia.com ([77.100.248.181] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1UxbeZ-0006jf-LS for fwts-devel@lists.ubuntu.com; Fri, 12 Jul 2013 11:36:47 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH] acpi: syntaxcheck: fix spelling mistake (LP: #1200602) Date: Fri, 12 Jul 2013 12:36:47 +0100 Message-Id: <1373629007-15734-1-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.8.1.2 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: fwts-devel-bounces@lists.ubuntu.com From: Colin Ian King "Assember" should be "Assembler" Signed-off-by: Colin Ian King Acked-by: Alex Hung Acked-by: Ivan Hu --- 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; }