HexEditor: Fix typo: ASCII

This commit is contained in:
Brendan Coles 2021-05-22 13:18:18 +00:00 committed by Linus Groh
parent efafd0ee28
commit cdea9f5339
Notes: sideshowbarker 2024-07-18 17:33:27 +09:00

View file

@ -26,7 +26,7 @@ struct Option {
};
static const Vector<Option> options = {
{ "ACII String", OPTION_ASCII_STRING, true, true },
{ "ASCII String", OPTION_ASCII_STRING, true, true },
{ "Hex value", OPTION_HEX_VALUE, true, false },
};