Skip to content

Commit 4997a26

Browse files
authored
Fix some comments (#418)
1 parent 8fb8c9f commit 4997a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubectx/delete.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type DeleteOp struct {
3131
// deleteContexts deletes context entries one by one.
3232
func (op DeleteOp) Run(_, stderr io.Writer) error {
3333
for _, ctx := range op.Contexts {
34-
// TODO inefficency here. we open/write/close the same file many times.
34+
// TODO inefficiency here. we open/write/close the same file many times.
3535
deletedName, wasActiveContext, err := deleteContext(ctx)
3636
if err != nil {
3737
return errors.Wrapf(err, "error deleting context \"%s\"", deletedName)

0 commit comments

Comments
 (0)