git-p4: fix typo in P4Submit.applyCommit()

Signed-off-by: Moritz Baumann <moritz.baumann@sap.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Moritz Baumann 2022-07-20 18:55:29 +00:00 коммит произвёл Junio C Hamano
Родитель e72d93e88c
Коммит c0d2b07460
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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