examples: fix logging
authorGuido Günther <agx@sigxcpu.org>
Thu, 14 Mar 2013 06:13:20 +0000 (07:13 +0100)
committerGuido Günther <agx@sigxcpu.org>
Thu, 14 Mar 2013 06:14:01 +0000 (07:14 +0100)
Thanks: Carsten Schoenert

examples/gbp-posttag-push

index 012670d..76235ad 100755 (executable)
@@ -84,7 +84,7 @@ def main(argv):
         parser = GbpOptionParser(command=os.path.basename(argv[0]), prefix='',
                                  usage='%prog [options] paths')
     except ConfigParser.ParsingError as err:
-        gbp.log.errror(err)
+        gbp.log.error(err)
         return 1
 
     parser.add_option("-d", "--dry-run", dest="dryrun", default=False,