From patchwork Thu Jul 18 08:02:58 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: 260018 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 CEC912C0097 for ; Thu, 18 Jul 2013 18:04:30 +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 1UzjCP-0008Cx-Ov; Thu, 18 Jul 2013 08:04:29 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1UzjB1-00082y-VX for fwts-devel@lists.ubuntu.com; Thu, 18 Jul 2013 08:03:03 +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 1UzjB1-0000V6-SQ for fwts-devel@lists.ubuntu.com; Thu, 18 Jul 2013 08:03:03 +0000 From: Colin King To: fwts-devel@lists.ubuntu.com Subject: [PATCH 4/7] data: syntaxcheck.json: fix spelling mistakes Date: Thu, 18 Jul 2013 09:02:58 +0100 Message-Id: <1374134581-10092-5-git-send-email-colin.king@canonical.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1374134581-10092-1-git-send-email-colin.king@canonical.com> References: <1374134581-10092-1-git-send-email-colin.king@canonical.com> 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 unepected --> unexpected inconsitent --> inconsistent Signed-off-by: Colin Ian King Acked-by: Ivan Hu Acked-by: Keng-Yu Lin --- data/syntaxcheck.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/syntaxcheck.json b/data/syntaxcheck.json index 4d9bd0f..e56247b 100644 --- a/data/syntaxcheck.json +++ b/data/syntaxcheck.json @@ -135,7 +135,7 @@ }, { "id": "ASL_MSG_RETURN_TYPES", - "advice": "Some of the execution paths do not return a value. All control paths that return must return a value otherwise unepected behaviour may occur. This error occurs because a branch on an conditional op-code returns a value and another does not, which is inconsitent behaviour." + "advice": "Some of the execution paths do not return a value. All control paths that return must return a value otherwise unexpected behaviour may occur. This error occurs because a branch on an conditional op-code returns a value and another does not, which is inconsistent behaviour." }, { "id": "ASL_MSG_RESERVED_RETURN_VALUE",