[PATCH] acpi: syntaxcheck: fix spelling mistake (LP: #1200602)
IvanHu
ivan.hu at canonical.com
Tue Jul 16 08:51:31 UTC 2013
On 07/12/2013 07:36 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> "Assember" should be "Assembler"
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> 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;
> }
>
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list