File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ func (self *cmdObjRunner) getCredentialPromptFn(cmdObj ICmdObj) (func(Credential
319
319
}
320
320
321
321
// runAndDetectCredentialRequest detect a username / password / passphrase question in a command
322
- // promptUserForCredential is a function that gets executed when this function detect you need to fillin a password or passphrase
322
+ // promptUserForCredential is a function that gets executed when this function detect you need to fill in a password or passphrase
323
323
// The promptUserForCredential argument will be "username", "password" or "passphrase" and expects the user's password/passphrase or username back
324
324
func (self * cmdObjRunner ) runAndDetectCredentialRequest (
325
325
cmdObj ICmdObj ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ var RebaseAndDrop = NewIntegrationTest(NewIntegrationTestArgs{
13
13
SetupConfig : func (config * config.AppConfig ) {},
14
14
SetupRepo : func (shell * Shell ) {
15
15
shared .MergeConflictsSetup (shell )
16
- // addin a couple additional commits so that we can drop one
16
+ // adding a couple additional commits so that we can drop one
17
17
shell .EmptyCommit ("to remove" )
18
18
shell .EmptyCommit ("to keep" )
19
19
},
You can’t perform that action at this time.
0 commit comments