summaryrefslogtreecommitdiff
path: root/libpod/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/state.go')
-rw-r--r--libpod/state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/state.go b/libpod/state.go
index 9333c1724..b71f811ea 100644
--- a/libpod/state.go
+++ b/libpod/state.go
@@ -56,7 +56,7 @@ type State interface {
// Only empty pods can be removed from the state
RemovePod(pod *Pod) error
// Remove all containers from a pod
- // Used to simulataneously remove containers that might otherwise have
+ // Used to simultaneously remove containers that might otherwise have
// dependency issues
// Will fail if a dependency outside the pod is encountered
RemovePodContainers(pod *Pod) error