summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2014-08-28 20:57:59 -0700
committerBrian Dolbec <dolsen@gentoo.org>2014-08-28 21:01:13 -0700
commit3a8098d3f1e9ba6defc8521cf861cc9c9f60f61d (patch)
tree1c52c84f1dd924fd40c0970cbd69310360a6b3b7 /pym/gentoolkit
parentequery has: Add CFLAGS, CXXFLAGS, LDFLAGS to strip the leading '-' (diff)
downloadgentoolkit-3a8098d3f1e9ba6defc8521cf861cc9c9f60f61d.tar.gz
gentoolkit-3a8098d3f1e9ba6defc8521cf861cc9c9f60f61d.tar.bz2
gentoolkit-3a8098d3f1e9ba6defc8521cf861cc9c9f60f61d.zip
Fix two typos
Diffstat (limited to 'pym/gentoolkit')
-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")