Signed-off-by: Fabiano Fidêncio <[email protected]>
---
 refresh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/refresh b/refresh
index 1db0fc8..aa056af 100755
--- a/refresh
+++ b/refresh
@@ -34,7 +34,7 @@ class Dockerfile:
     def __init__(self, path):
 
         # Files that don't end with the expected suffix can be safely
-        # ignores
+        # ignored
         if not path.suffix == Dockerfile.SUFFIX:
             raise MoveAlongException()
 
-- 
2.21.0

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to