Skip to content

Commit a53d970

Browse files
committed
build: fix typo 'Stoage' to 'Storage' in help text
1 parent e679e38 commit a53d970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@
868868
action='store_true',
869869
dest='without_sqlite',
870870
default=None,
871-
help='build without SQLite (disables SQLite and Web Stoage API)')
871+
help='build without SQLite (disables SQLite and Web Storage API)')
872872

873873
parser.add_argument('--ninja',
874874
action='store_true',

0 commit comments

Comments
 (0)