[PATCH 4/7] data: syntaxcheck.json: fix spelling mistakes

Colin King colin.king at canonical.com
Thu Jul 18 08:02:58 UTC 2013


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

unepected --> unexpected
inconsitent --> inconsistent

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 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",
-- 
1.8.1.2




More information about the fwts-devel mailing list