Skip to content

Commit 2ba2c93

Browse files
ganglike248RafaelGSS
authored andcommitted
build: fix typo 'Stoage' to 'Storage' in help text
PR-URL: #58777 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Ethan Arrowood <[email protected]>
1 parent 7cdda92 commit 2ba2c93

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)