[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Typo fix
- From: Alexander Todorov <atodorov redhat com>
- To: kickstart-list redhat com
- Subject: [PATCH] Typo fix
- Date: Thu, 24 Jul 2008 14:40:53 +0300
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)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]