Gentoo Archives: gentoo-commits

From: Brian Dolbec <brian.dolbec@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoolkit:gentoolkit commit in: pym/gentoolkit/revdep_rebuild/, pym/gentoolkit/test/
Date: Fri, 29 Aug 2014 04:05:03
Message-Id: 1409284873.3a8098d3f1e9ba6defc8521cf861cc9c9f60f61d.dol-sen@gentoo
1 commit: 3a8098d3f1e9ba6defc8521cf861cc9c9f60f61d
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 29 03:57:59 2014 +0000
4 Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
5 CommitDate: Fri Aug 29 04:01:13 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=3a8098d3
7
8 Fix two typos
9
10 ---
11 pym/gentoolkit/revdep_rebuild/analyse.py | 2 +-
12 pym/gentoolkit/test/__init__.py | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/pym/gentoolkit/revdep_rebuild/analyse.py b/pym/gentoolkit/revdep_rebuild/analyse.py
16 index bd1b6b7..c553526 100644
17 --- a/pym/gentoolkit/revdep_rebuild/analyse.py
18 +++ b/pym/gentoolkit/revdep_rebuild/analyse.py
19 @@ -174,7 +174,7 @@ class LibCheck(object):
20 '''Searches the scanned files for broken lib links
21 or for libs to search for
22
23 - @param scanned_files: optional dictionary if the type created by
24 + @param scanned_files: optional dictionary of the type created by
25 scan_files(). Defaults to the class instance of scanned_files
26 @ returns: dict: {bit_length: {found_lib: set(file_paths)}}.
27 '''
28
29 diff --git a/pym/gentoolkit/test/__init__.py b/pym/gentoolkit/test/__init__.py
30 index ea0f3c7..946b552 100644
31 --- a/pym/gentoolkit/test/__init__.py
32 +++ b/pym/gentoolkit/test/__init__.py
33 @@ -22,4 +22,4 @@ except NameError:
34 return 1
35 # just to be safe, __lt__/ __gt__ above should have thrown
36 # something like this already
37 - raise TypeError("Comparison between onorderable types")
38 + raise TypeError("Comparison between unorderable types")