summaryrefslogtreecommitdiff
path: root/lib/skin_parser/skin_debug.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2010-11-05 09:51:19 +0000
committerBertrik Sikken <bertrik@sikken.nl>2010-11-05 09:51:19 +0000
commitfffbdcc9960b6a2d8bf50f3c67674278780ad00f (patch)
tree30f0bc187963d48d9c72a31be059eb48f5d6e7cb /lib/skin_parser/skin_debug.c
parent41910a04b7a28b6613ff0ff3803c736b3c899862 (diff)
Correct spelling of 'seperate' in the skin parsing code - FS#11724 by Alexander Levin
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28485 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'lib/skin_parser/skin_debug.c')
-rw-r--r--lib/skin_parser/skin_debug.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/skin_parser/skin_debug.c b/lib/skin_parser/skin_debug.c
index 3a5a5a7441..a09cd673c7 100644
--- a/lib/skin_parser/skin_debug.c
+++ b/lib/skin_parser/skin_debug.c
@@ -85,14 +85,14 @@ void skin_error(enum skin_errorcode error, const char* cursor)
case DECIMAL_EXPECTED:
error_message = "Expected decimal";
break;
- case SEPERATOR_EXPECTED:
- error_message = "Expected argument seperator";
+ case SEPARATOR_EXPECTED:
+ error_message = "Expected argument separator";
break;
case CLOSE_EXPECTED:
error_message = "Expected list close";
break;
case MULTILINE_EXPECTED:
- error_message = "Expected subline seperator";
+ error_message = "Expected subline separator";
break;
};