Skip to content

Commit 9aada78

Browse files
[no-relnote] fix typo at config_drop_in.go
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
1 parent b322509 commit 9aada78

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
@@ -88,7 +88,7 @@ func (c *ConfigWithDropIn) RemoveRuntime(name string) error {
8888
return c.Interface.RemoveRuntime(name)
8989
}
9090

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

0 commit comments

Comments
 (0)