Fix a spelling mistake in a git-p4 console message
Signed-off-by: Benjamin C Meyer <bmeyer@rim.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
4a45f7dd49
commit
6a01298a7e
@ -802,7 +802,7 @@ class P4Submit(Command):
|
|||||||
self.oldWorkingDirectory = os.getcwd()
|
self.oldWorkingDirectory = os.getcwd()
|
||||||
|
|
||||||
chdir(self.clientPath)
|
chdir(self.clientPath)
|
||||||
print "Syncronizing p4 checkout..."
|
print "Synchronizing p4 checkout..."
|
||||||
p4_system("sync ...")
|
p4_system("sync ...")
|
||||||
|
|
||||||
self.check()
|
self.check()
|
||||||
|
Loading…
Reference in New Issue
Block a user