Fix minor typo
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Mon, 7 Oct 2013 11:11:01 +0000 (14:11 +0300)
committerMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Wed, 9 Oct 2013 08:37:57 +0000 (11:37 +0300)
Change-Id: I99bde4dc64f90755968da9d673df3f44ecef0a95
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
obs_service_gbs/command.py

index 1d74192..fabeaa3 100644 (file)
@@ -104,7 +104,7 @@ def gbs_export(repo, args):
             raise ServiceError('GBS export failed: %s' % err, 2)
         except Exception as err:
             LOGGER.debug(traceback.format_exc())
-            raise ServiceError('Encatched exception in GBS, export failed', 2)
+            raise ServiceError('Uncaught exception in GBS, export failed', 2)
 
         # Move packaging files from tmpdir to actual outdir
         exportdir = os.path.join(tmpdir, os.listdir(tmpdir)[0])