summaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/gentoolkit/revdep_rebuild/analyse.py2
-rw-r--r--pym/gentoolkit/test/__init__.py2
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")