From bd0ab92bba0a1b149fd190170db78745698c862c Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Tue, 17 Oct 2023 13:01:23 +0530 Subject: [PATCH] msubprojects: Fix typo 'any way' -> 'anyway' --- mesonbuild/msubprojects.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesonbuild/msubprojects.py b/mesonbuild/msubprojects.py index 6b107c063..599d0b797 100755 --- a/mesonbuild/msubprojects.py +++ b/mesonbuild/msubprojects.py @@ -157,7 +157,7 @@ class Runner: branch, revision = wrapdb_version.split('-', 1) except ValueError: if not options.force: - self.log(' ->', mlog.red('Malformed wrapdb_version field, use --force to update any way')) + self.log(' ->', mlog.red('Malformed wrapdb_version field, use --force to update anyway')) return False branch = revision = None except WrapException: @@ -168,7 +168,7 @@ class Runner: branch, revision = parse_patch_url(patch_url) except WrapException: if not options.force: - self.log(' ->', mlog.red('Could not determine current version, use --force to update any way')) + self.log(' ->', mlog.red('Could not determine current version, use --force to update anyway')) return False branch = revision = None