mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
HexEditor: Fix typo: ASCII
This commit is contained in:
parent
efafd0ee28
commit
cdea9f5339
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue