[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [PATCH] Typo fix



> 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]