[Kimchi-devel] [PATCH 2/3] typo: Fix "repositorie"
Aline Manera
alinefm at linux.vnet.ibm.com
Mon Aug 4 18:04:22 UTC 2014
Reviewed-by: Aline Manera <alinefm at linux.vnet.ibm.com>
On 08/04/2014 10:19 AM, Crístian Viana wrote:
> The word "repositorie" is spelled wrong.
>
> Fix the word by writing it correctly.
>
> Signed-off-by: Crístian Viana <vianac at linux.vnet.ibm.com>
> ---
> tests/test_rest.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/test_rest.py b/tests/test_rest.py
> index bcb85f5..2e5851e 100644
> --- a/tests/test_rest.py
> +++ b/tests/test_rest.py
> @@ -1799,7 +1799,7 @@ class RestTests(unittest.TestCase):
> resp = self.request(base_uri, req, 'POST')
> self.assertEquals(201, resp.status)
>
> - # Verify the repositorie
> + # Verify the repository
> res = json.loads(self.request('%s/fedora-fake' % base_uri).read())
> verify_repo(repo, res)
>
More information about the Kimchi-devel
mailing list