From: Moritz Baumann Date: Wed, 20 Jul 2022 18:55:29 +0000 (+0000) Subject: git-p4: fix typo in P4Submit.applyCommit() X-Git-Tag: v2.38.0-rc0~119^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0d2b07460ab9e42ac398316544ed3eb43f9a998;p=thirdparty%2Fgit.git git-p4: fix typo in P4Submit.applyCommit() Signed-off-by: Moritz Baumann Signed-off-by: Junio C Hamano --- diff --git a/git-p4.py b/git-p4.py index 8fbf6eb1fe..1de3d6f1cd 100755 --- a/git-p4.py +++ b/git-p4.py @@ -2226,7 +2226,7 @@ class P4Submit(Command, P4UserMap): raw=True): if regexp.search(line): if verbose: - print("got keyword match on %s in %s in %s" % (regex.pattern, line, file)) + print("got keyword match on %s in %s in %s" % (regexp.pattern, line, file)) kwfiles[file] = regexp break