summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-03-18 09:24:21 +0000
committerColin Ian King <colin.king@canonical.com>2021-03-18 09:24:21 +0000
commit74e6d266862a31dddaea1fc8810bcf3d62acc947 (patch)
treeb972d2c04613783edcda1157ebf1386863e41f72
parent8e06eb1bac5fe15cb42e9d62a26563457ace3849 (diff)
downloadacpica-74e6d266862a31dddaea1fc8810bcf3d62acc947.tar.gz
iASL: fix typo in error message, erro -> error
There are a couple of spelling mistakes, fix them. Signed-off-by: Colin Ian King <colin.king@canonical.com>
-rw-r--r--source/compiler/aslerror.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/compiler/aslerror.c b/source/compiler/aslerror.c
index 6c684f2f2..a14c1959f 100644
--- a/source/compiler/aslerror.c
+++ b/source/compiler/aslerror.c
@@ -1188,7 +1188,7 @@ AslLogExpectedException (
if (MessageId > 6999)
{
- printf ("\"%s\" is not a valid warning/remark/erro ID\n",
+ printf ("\"%s\" is not a valid warning/remark/error ID\n",
MessageIdString);
return (AE_BAD_PARAMETER);
}
@@ -1336,7 +1336,7 @@ AslElevateException (
if (MessageId > 6999)
{
- printf ("\"%s\" is not a valid warning/remark/erro ID\n",
+ printf ("\"%s\" is not a valid warning/remark/error ID\n",
MessageIdString);
return (AE_BAD_PARAMETER);
}