Skip to content

Commit 0053047

Browse files
yarikopticstefanhaller
authored andcommitted
[DATALAD RUNCMD] Do interactive fixing of some ambigous typos
=== Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 2 ./pkg/commands/oscommands/cmd_obj_runner.go ./pkg/integration/tests/branch/rebase_and_drop.go", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ Signed-off-by: Yaroslav Halchenko <[email protected]>
1 parent 90c1334 commit 0053047

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/commands/oscommands/cmd_obj_runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ func (self *cmdObjRunner) getCredentialPromptFn(cmdObj ICmdObj) (func(Credential
319319
}
320320

321321
// 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
323323
// The promptUserForCredential argument will be "username", "password" or "passphrase" and expects the user's password/passphrase or username back
324324
func (self *cmdObjRunner) runAndDetectCredentialRequest(
325325
cmdObj ICmdObj,

pkg/integration/tests/branch/rebase_and_drop.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var RebaseAndDrop = NewIntegrationTest(NewIntegrationTestArgs{
1313
SetupConfig: func(config *config.AppConfig) {},
1414
SetupRepo: func(shell *Shell) {
1515
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
1717
shell.EmptyCommit("to remove")
1818
shell.EmptyCommit("to keep")
1919
},

0 commit comments

Comments
 (0)