From d27228dbd5ae4e21371f35537d5536234bd985a6 Mon Sep 17 00:00:00 2001 From: Dawei Yang Date: Wed, 11 Jul 2012 16:33:21 +0800 Subject: [PATCH] correct some wrong spelling words --- gitbuildsys/cmd_build.py | 2 +- tools/gbs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gitbuildsys/cmd_build.py b/gitbuildsys/cmd_build.py index 16fff08..00f1e2d 100644 --- a/gitbuildsys/cmd_build.py +++ b/gitbuildsys/cmd_build.py @@ -434,7 +434,7 @@ def do(opts, args): except KeyboardInterrupt: msger.info('keyboard interrupt, killing build ...') subprocess.call(cmd + ["--kill"]) - msger.error('interrrupt from keyboard') + msger.error('interrupt from keyboard') finally: import shutil shutil.rmtree(export_dir, ignore_errors=True) diff --git a/tools/gbs b/tools/gbs index 489743c..7865e22 100755 --- a/tools/gbs +++ b/tools/gbs @@ -235,7 +235,7 @@ class Gbs(cmdln.Cmdln): Usage: gbs build -R repository -A ARCH [options] [package git dir] - [package git dir] is optional, if not specified, current dir wuold + [package git dir] is optional, if not specified, current dir would be used. Examples: @@ -330,7 +330,7 @@ class Gbs(cmdln.Cmdln): Usage: gbs remotebuild [options] [package git dir] - [package git dir] is optional, if not specified, current dir wuold + [package git dir] is optional, if not specified, current dir would be used. Examples: -- 2.7.4