Skip to content

Commit 0958291

Browse files
committed
msubprojects: Fix typo 'any way' -> 'anyway'
1 parent 6496038 commit 0958291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mesonbuild/msubprojects.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def update_wrapdb(self) -> bool:
155155
branch, revision = wrapdb_version.split('-', 1)
156156
except ValueError:
157157
if not options.force:
158-
self.log(' ->', mlog.red('Malformed wrapdb_version field, use --force to update any way'))
158+
self.log(' ->', mlog.red('Malformed wrapdb_version field, use --force to update anyway'))
159159
return False
160160
branch = revision = None
161161
except WrapException:
@@ -166,7 +166,7 @@ def update_wrapdb(self) -> bool:
166166
branch, revision = parse_patch_url(patch_url)
167167
except WrapException:
168168
if not options.force:
169-
self.log(' ->', mlog.red('Could not determine current version, use --force to update any way'))
169+
self.log(' ->', mlog.red('Could not determine current version, use --force to update anyway'))
170170
return False
171171
branch = revision = None
172172

0 commit comments

Comments
 (0)