many small typofixes
Signed-off-by: Ondřej Bílka <neleai@seznam.cz> Reviewed-by: Marc Branchaud <marcnarc@xiplink.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
749f763dbb
commit
98e023dea4
@ -1786,7 +1786,7 @@ class P4Submit(Command, P4UserMap):
|
||||
missingGitTags = gitTags - p4Labels
|
||||
self.exportGitTags(missingGitTags)
|
||||
|
||||
# exit with error unless everything applied perfecly
|
||||
# exit with error unless everything applied perfectly
|
||||
if len(commits) != len(applied):
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user