Skip to content

Commit 995866e

Browse files
[no-relnote] fix typo at config_drop_in.go
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent ebde31b commit 995866e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/engine/containerd/config_drop_in.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (c *ConfigWithDropIn) RemoveRuntime(name string) error {
8686
return c.Interface.RemoveRuntime(name)
8787
}
8888

89-
// flush saves the top-level config to it's path.
89+
// flush saves the top-level config to its path.
9090
// If the config is empty, the file will be deleted.
9191
func (c *topLevelConfig) flush() error {
9292
_, err := c.config.Save(c.path)

0 commit comments

Comments
 (0)