commit: 3a8098d3f1e9ba6defc8521cf861cc9c9f60f61d
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 29 03:57:59 2014 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Fri Aug 29 04:01:13 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/gentoolkit.git;a=commit;h=3a8098d3
Fix two typos
---
pym/gentoolkit/revdep_rebuild/analyse.py | 2 +-
pym/gentoolkit/test/__init__.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pym/gentoolkit/revdep_rebuild/analyse.py
b/pym/gentoolkit/revdep_rebuild/analyse.py
index bd1b6b7..c553526 100644
--- a/pym/gentoolkit/revdep_rebuild/analyse.py
+++ b/pym/gentoolkit/revdep_rebuild/analyse.py
@@ -174,7 +174,7 @@ class LibCheck(object):
'''Searches the scanned files for broken lib links
or for libs to search for
- @param scanned_files: optional dictionary if the type created by
+ @param scanned_files: optional dictionary of the type created by
scan_files(). Defaults to the class instance of
scanned_files
@ returns: dict: {bit_length: {found_lib: set(file_paths)}}.
'''
diff --git a/pym/gentoolkit/test/__init__.py b/pym/gentoolkit/test/__init__.py
index ea0f3c7..946b552 100644
--- a/pym/gentoolkit/test/__init__.py
+++ b/pym/gentoolkit/test/__init__.py
@@ -22,4 +22,4 @@ except NameError:
return 1
# just to be safe, __lt__/ __gt__ above should have thrown
# something like this already
- raise TypeError("Comparison between onorderable types")
+ raise TypeError("Comparison between unorderable types")