Skip to content

Commit

Permalink
Merge pull request #1653 from c3d/main
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
openshift-merge-robot committed Sep 14, 2023
2 parents 9069ad6 + 7d735f0 commit 32d01cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func defaultFarmConfig() FarmConfig {
}
}

// defaultEngineConfig eturns a default engine configuration. Note that the
// defaultEngineConfig returns a default engine configuration. Note that the
// config is different for root and rootless. It also parses the storage.conf.
func defaultEngineConfig() (*EngineConfig, error) {
c := new(EngineConfig)
Expand Down

0 comments on commit 32d01cb

Please sign in to comment.