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 <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
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)