mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 15:58:56 +00:00
HexEditor: Fix typo: ASCII
This commit is contained in:
parent
efafd0ee28
commit
cdea9f5339
Notes:
sideshowbarker
2024-07-18 17:33:27 +09:00
Author: https://github.com/bcoles
Commit: cdea9f5339
Pull-request: https://github.com/SerenityOS/serenity/pull/7388
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