[f21/master/rhel-7] Fix a spelling error (#1153672)

David Shea dshea at redhat.com
Thu Oct 16 14:10:15 UTC 2014


---
 pyanaconda/packaging/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/packaging/__init__.py b/pyanaconda/packaging/__init__.py
index 9b5eeea..c91838b 100644
--- a/pyanaconda/packaging/__init__.py
+++ b/pyanaconda/packaging/__init__.py
@@ -1104,7 +1104,7 @@ class PayloadManager(object):
     # Error strings
     ERROR_SETUP = N_("Failed to set up installation source")
     ERROR_MD = N_("Error downloading package metadata")
-    ERROR_SOURCE = N_("No installation source avaialble")
+    ERROR_SOURCE = N_("No installation source available")
 
     def __init__(self):
         self._event_lock = threading.Lock()
-- 
2.1.0



More information about the anaconda-patches mailing list