build: fix typo 'Stoage' to 'Storage' in help text

PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
ganglike 2025-06-24 00:23:47 +09:00 committed by Antoine du Hamel
parent 9ef1cd1607
commit 4fd8911653
No known key found for this signature in database
GPG key ID: 20B1A390B168D356

View file

@ -868,7 +868,7 @@ parser.add_argument('--without-sqlite',
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',