diff --git a/core/commands/config.go b/core/commands/config.go index 587d6cee43a..86037ceb4f9 100644 --- a/core/commands/config.go +++ b/core/commands/config.go @@ -430,7 +430,7 @@ func scrubPrivKey(cfg *config.Config) (map[string]interface{}, error) { return cfgMap, nil } -// transformConfig returns old config and new config instead of difference between they, +// transformConfig returns old config and new config instead of difference between them, // because apply command can provide stable API through this way. // If dryRun is true, repo's config should not be updated and persisted // to storage. Otherwise, repo's config should be updated and persisted