Spelling fixes
<BAD> <CORRECTED>
accidently accidentally
commited committed
dependancy dependency
emtpy empty
existance existence
explicitely explicitly
git-upload-achive git-upload-archive
hierachy hierarchy
indegee indegree
intial initial
mulitple multiple
non-existant non-existent
precendence. precedence.
priviledged privileged
programatically programmatically
psuedo-binary pseudo-binary
soemwhere somewhere
successfull successful
transfering transferring
uncommited uncommitted
unkown unknown
usefull useful
writting writing
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
a0a1831b03
commit
2e3a16b279
@ -1934,7 +1934,7 @@ class P4Submit(Command, P4UserMap):
|
||||
if self.useClientSpec:
|
||||
self.clientSpecDirs = getClientSpec()
|
||||
|
||||
# Check for the existance of P4 branches
|
||||
# Check for the existence of P4 branches
|
||||
branchesDetected = (len(p4BranchesInGit().keys()) > 1)
|
||||
|
||||
if self.useClientSpec and not branchesDetected:
|
||||
|
||||
Reference in New Issue
Block a user