forked from len0rd/rockbox
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
This commit is contained in:
parent
41910a04b7
commit
fffbdcc996
5 changed files with 24 additions and 24 deletions
|
|
@ -58,7 +58,7 @@ enum skin_errorcode
|
|||
INSUFFICIENT_ARGS,
|
||||
INT_EXPECTED,
|
||||
DECIMAL_EXPECTED,
|
||||
SEPERATOR_EXPECTED,
|
||||
SEPARATOR_EXPECTED,
|
||||
CLOSE_EXPECTED,
|
||||
MULTILINE_EXPECTED
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue