From eb44a4dc18f903bf0bd3a4acff65e750743d3bf7 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Jul 30 2017 08:56:05 +0000 Subject: Spelling fixes Signed-off-by: Ville Skyttä --- diff --git a/pyrpkg/cli.py b/pyrpkg/cli.py index cf4a673..556c545 100644 --- a/pyrpkg/cli.py +++ b/pyrpkg/cli.py @@ -357,7 +357,7 @@ class cliClient(object): '--skip-nvr-check', action='store_false', default=True, dest='nvr_check', help='Submit build to buildsystem without check if NVR was ' - 'already build. NVR is constructed locally and may be ' + 'already built. NVR is constructed locally and may be ' 'different from NVR constructed during build on builder.') build_parser.add_argument( '--skip-tag', action='store_true', default=False, diff --git a/pyrpkg/lookaside.py b/pyrpkg/lookaside.py index 4d28b38..95f7284 100644 --- a/pyrpkg/lookaside.py +++ b/pyrpkg/lookaside.py @@ -145,7 +145,7 @@ class CGILookasideCache(object): hashtype (str, optional): The hash algorithm. (e.g 'md5') This defaults to the hashtype passed to the constructor. **kwargs: Additional keyword arguments. They will be used when - contructing the full URL to the file to download. + constructing the full URL to the file to download. """ if hashtype is None: hashtype = self.hashtype