From daba9836c8f6c31b548248c0938091e684c3d592 Mon Sep 17 00:00:00 2001
From: Matthew Heon <matthew.heon@gmail.com>
Date: Wed, 3 Jan 2018 21:08:34 -0500
Subject: Fix comment typo

Signed-off-by: Matthew Heon <matthew.heon@gmail.com>

Closes: #229
Approved by: rhatdan
---
 libpod/sql_state.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'libpod')

diff --git a/libpod/sql_state.go b/libpod/sql_state.go
index 866da27bc..e69db961f 100644
--- a/libpod/sql_state.go
+++ b/libpod/sql_state.go
@@ -865,7 +865,7 @@ func (s *SQLState) AddContainerToPod(pod *Pod, ctr *Container) error {
 	return ErrNotImplemented
 }
 
-// RemoveContainerFromPods removes a container from the given pod
+// RemoveContainerFromPod removes a container from the given pod
 func (s *SQLState) RemoveContainerFromPod(pod *Pod, ctr *Container) error {
 	return ErrNotImplemented
 }
-- 
cgit v1.2.3-54-g00ecf