Skip to content

Commit

Permalink
Spelling fixes
Browse files Browse the repository at this point in the history
Co-authored-by: klaradebricked <[email protected]>
  • Loading branch information
filip-debricked and klaradebricked authored Nov 29, 2023
1 parent 22c3a64 commit 6a4f0a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/resolution/pm/pip/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ func (j *Job) Run() {
[]string{
"Failed to build python dependecy ",
dependencyName,
"with setup.py, this probably means the " +
"with setup.py. This probably means the " +
"project was not set up correctly and " +
"could mean that a OS package is missing.",
"could mean that an OS package is missing.",
}, ""),
)
case credentialError.MatchString(cmdErr.Error()):
cmdErr.SetDocumentation(
"Could not install dependencies due to authorization, " +
"this could mean you have private dependencies which the" +
"Could not install dependencies due to authorization. " +
"This could mean you have private dependencies that the" +
" debricked CLI does not have access to.",
)
}
Expand Down

0 comments on commit 6a4f0a3

Please sign in to comment.