[PATCH] Typo fix

Alexander Todorov atodorov at redhat.com
Thu Jul 24 11:40:53 UTC 2008


diff --git a/pykickstart/commands/repo.py b/pykickstart/commands/repo.py
index 031e6d3..aaf542a 100644
--- a/pykickstart/commands/repo.py
+++ b/pykickstart/commands/repo.py
@@ -136,7 +136,7 @@ class F8_Repo(FC6_Repo):

      def methodToRepo(self):
          if not self.handler.method.url:
-            raise KickstartError, formatErrorMsg(self.handler.method.lineno, 
msg=_("Method must be a url to be added to the repo lsit."))
+            raise KickstartError, formatErrorMsg(self.handler.method.lineno, 
msg=_("Method must be a url to be added to the repo list."))
          reponame = "ks-method-url"
          repourl = self.handler.method.url
          rd = self.handler.RepoData(name=reponame, baseurl=repourl)




More information about the Kickstart-list mailing list