diff mbox

data: klog.json: fix spelling mistake

Message ID 1358331003-32027-1-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King Jan. 16, 2013, 10:10 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Another stupid spelling mistake: encounted -> encountered

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

Comments

Alex Hung Jan. 16, 2013, 10:37 a.m. UTC | #1
On 01/16/2013 06:10 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Another stupid spelling mistake: encounted -> encountered
>
> Signed-off-by: Colin Ian King <colin.king@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"
>     },
>     {
>
Acked-by: Alex Hung <alex.hung@canonical.com>
Keng-Yu Lin Jan. 16, 2013, 10:38 a.m. UTC | #2
On Wed, Jan 16, 2013 at 6:10 PM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Another stupid spelling mistake: encounted -> encountered
>
> Signed-off-by: Colin Ian King <colin.king@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@canonical.com>
diff mbox

Patch

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