diff mbox

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

Message ID 1374134581-10092-5-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King July 18, 2013, 8:02 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

unepected --> unexpected
inconsitent --> inconsistent

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

Comments

Ivan Hu July 22, 2013, 3:58 a.m. UTC | #1
On 07/18/2013 04:02 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> unepected --> unexpected
> inconsitent --> inconsistent
>
> Signed-off-by: Colin Ian King <colin.king@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",
>


Acked-by: Ivan Hu <ivan.hu@canonical.com>
Keng-Yu Lin July 26, 2013, 4:38 a.m. UTC | #2
On Thu, Jul 18, 2013 at 4:02 PM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> unepected --> unexpected
> inconsitent --> inconsistent
>
> Signed-off-by: Colin Ian King <colin.king@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
>

Acked-by: Keng-Yu Lin <kengyu@canonical.com>
diff mbox

Patch

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",