Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
build: fix typo 'Stoage' to 'Storage' in help text
  • Loading branch information
ganglike248 committed Jun 21, 2025
commit a53d9704723c24557c91698c61f293a4f7899dd5
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@
action='store_true',
dest='without_sqlite',
default=None,
help='build without SQLite (disables SQLite and Web Stoage API)')
help='build without SQLite (disables SQLite and Web Storage API)')

parser.add_argument('--ninja',
action='store_true',
Expand Down
Loading