etcd, engine: Fix typos

This commit is contained in:
James Shubin
2025-06-08 03:35:45 -04:00
parent f22ec07ed3
commit 1ef7c370e7
2 changed files with 3 additions and 3 deletions

View File

@@ -566,7 +566,7 @@ func (obj *World) cleanup() error {
return errs
}
// CLeanup runs last.
// Cleanup runs last.
func (obj *World) Cleanup() error {
return obj.cleanup()
}