[libvirt] [dockerfiles PATCH v2 1/4] refresh: Fix typo: ingores -> ignored

Fabiano Fidêncio fidencio at redhat.com
Wed Jul 31 13:29:54 UTC 2019


Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 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




More information about the libvir-list mailing list