@cryptotaxi247 / kubo / commits / b3f054f45

Fix typo in comment

Luflosi committed Apr 22, 2021 at 20:30 UTC b3f054f450df1f6ad6918c1e230e9429b9e69641
1 file changed +1 -1
core/commands/config.go
+1 -1
@@ -430,7 +430,7 @@ func scrubPrivKey(cfg *config.Config) (map[string]interface{}, error) {
430 return cfgMap, nil
431 }
432
433 -// transformConfig returns old config and new config instead of difference between they,
433 +// transformConfig returns old config and new config instead of difference between them,
434 // because apply command can provide stable API through this way.
435 // If dryRun is true, repo's config should not be updated and persisted
436 // to storage. Otherwise, repo's config should be updated and persisted