[PATCH] Typo fix

Chris Lumens clumens at redhat.com
Mon Aug 4 14:23:30 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)

Applied, thanks.

- Chris




More information about the Kickstart-list mailing list