[PATCH] data: klog.json: fix spelling mistake
Keng-Yu Lin
kengyu at canonical.com
Wed Jan 16 10:38:34 UTC 2013
On Wed, Jan 16, 2013 at 6:10 PM, Colin King <colin.king at canonical.com> wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Another stupid spelling mistake: encounted -> encountered
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> data/klog.json | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/data/klog.json b/data/klog.json
> index 447c331..e00f285 100644
> --- a/data/klog.json
> +++ b/data/klog.json
> @@ -2743,7 +2743,7 @@
> "log_level": "LOG_LEVEL_HIGH",
> "tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
> "pattern": "Method parse/execution failed.*AE_TIME",
> - "advice": "The ACPI driver encounted an error executing some ACPI AML code which originated from a device timing out.",
> + "advice": "The ACPI driver encountered an error executing some ACPI AML code which originated from a device timing out.",
> "label": "KlogAcpiTimeout"
> },
> {
> @@ -2839,7 +2839,7 @@
> "log_level": "LOG_LEVEL_HIGH",
> "tag": "FWTS_TAG_ACPI_PARSE_EXEC_FAIL",
> "pattern": "Method parse/execution failed",
> - "advice": "The ACPI driver encounted a parse or execution error on some ACPI AML code. This is unexepcted and normally indicates that there is a bug in the compiled AML code. It could be a programming fault or an AML compiler issue. See acpi_ps_parse_aml().",
> + "advice": "The ACPI driver encountered a parse or execution error on some ACPI AML code. This is unexepcted and normally indicates that there is a bug in the compiled AML code. It could be a programming fault or an AML compiler issue. See acpi_ps_parse_aml().",
> "label": "KlogAcpiParseExecAmlFailed"
> },
> {
> --
> 1.8.0
>
Acked-by: Keng-Yu Lin <kengyu at canonical.com>
More information about the fwts-devel
mailing list