Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/overlint:master commit in: overlint/
Date: Sun, 08 Apr 2012 06:06:56
Message-Id: 1333864841.ec14efc8f35b4698208747a0bce5da592ec0325d.sping@gentoo
1 commit: ec14efc8f35b4698208747a0bce5da592ec0325d
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Sun Apr 8 06:00:41 2012 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 06:00:41 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/overlint.git;a=commit;h=ec14efc8
7
8 Fix typo "ebuils"
9
10 Reported by Chris Mayo
11
12 ---
13 overlint/cli.py | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16 diff --git a/overlint/cli.py b/overlint/cli.py
17 index edfe6ac..071e3e8 100644
18 --- a/overlint/cli.py
19 +++ b/overlint/cli.py
20 @@ -165,7 +165,7 @@ def main(args):
21
22 dump_tree(missed_version_bumps_tree, 'Version bumps missing from Gentoo main tree')
23 dump_tree(missed_revision_bumps_tree, 'Revision bumps missing from Gentoo main tree')
24 - dump_tree(ebuild_changes_tree, 'Ebuils that differ at same revision')
25 + dump_tree(ebuild_changes_tree, 'Ebuilds that differ at same revision')
26 return 0