]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-p4.py
git p4 test: sanitize P4CHARSET
[thirdparty/git.git] / git-p4.py
index 88fcf232e5739b14a60f8b2c2a45add4a48e764b..31e71ff8b248339749bbcd045acdf602a1a21463 100755 (executable)
--- a/git-p4.py
+++ b/git-p4.py
@@ -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)