Skip to content

Commit 6b8af39

Browse files
committed
configure: fix typo 'Stoage' to 'Storage' in help text
Fix spelling error in --without-sqlite option help message. Signed-off-by: ganglike <[email protected]>
1 parent e679e38 commit 6b8af39

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)