aboutsummaryrefslogtreecommitdiff
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/revdep_rebuild/analyse.py
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/revdep_rebuild/analyse.py')
-rw-r--r--pym/gentoolkit/revdep_rebuild/analyse.py2
1 files changed, 1 insertions, 1 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)}}.
'''