]> git.scripts.mit.edu Git - git.git/blobdiff - git-p4.py
git-config: always treat --int as 64-bit internally
[git.git] / git-p4.py
index 88fcf232e5739b14a60f8b2c2a45add4a48e764b..31e71ff8b248339749bbcd045acdf602a1a21463 100755 (executable)
--- a/git-p4.py
+++ b/git-p4.py
@@ -1786,7 +1786,7 @@ def run(self, args):
             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)