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

IvanHu ivan.hu at canonical.com
Mon Jul 22 03:58:58 UTC 2013


On 07/18/2013 04:02 PM, Colin King wrote:
> 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",
>


Acked-by: Ivan Hu <ivan.hu at canonical.com>



More information about the fwts-devel mailing list