diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2005-10-13 15:43:49 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2005-10-13 15:43:49 +0000 |
| commit | 61608f7c2af7d007e5bd1b18cc62b4b78928a2ce (patch) | |
| tree | b0c37715d04bc3f570ca2ce2742f10530d192d82 | |
| parent | 802317ebdbcdb2c3bb9d5561fdd08bdad38c3e4b (diff) | |
| download | gentoolkit-61608f7c2af7d007e5bd1b18cc62b4b78928a2ce.tar.gz | |
Fixed typo, bug #109147
svn path=/; revision=244
| -rw-r--r-- | trunk/src/revdep-rebuild/99revdep-rebuild | 2 | ||||
| -rwxr-xr-x | trunk/src/revdep-rebuild/revdep-rebuild | 2 | ||||
| -rw-r--r-- | trunk/src/revdep-rebuild/revdep-rebuild.1 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/trunk/src/revdep-rebuild/99revdep-rebuild b/trunk/src/revdep-rebuild/99revdep-rebuild index 0a24337..96a1f26 100644 --- a/trunk/src/revdep-rebuild/99revdep-rebuild +++ b/trunk/src/revdep-rebuild/99revdep-rebuild @@ -5,7 +5,7 @@ # # LD_LIBRARY_MASK - Mask of specially evaluated libraries # -# SEARCH_DIRS - List of directories to search for executibles and libraries +# SEARCH_DIRS - List of directories to search for executables and libraries # Use this for directories that are not included in PATH or ld.so.conf. # An application should normally not have to set this variable # diff --git a/trunk/src/revdep-rebuild/revdep-rebuild b/trunk/src/revdep-rebuild/revdep-rebuild index 6e36e1c..e08c0dd 100755 --- a/trunk/src/revdep-rebuild/revdep-rebuild +++ b/trunk/src/revdep-rebuild/revdep-rebuild @@ -20,7 +20,7 @@ # Customizable variables: # # LD_LIBRARY_MASK - Mask of specially evaluated libraries -# SEARCH_DIRS - List of directories to search for executibles and libraries +# SEARCH_DIRS - List of directories to search for executables and libraries # SEARCH_DIRS_MASK - List of directories to not search # # These variables can be prepended to either by setting the variable in diff --git a/trunk/src/revdep-rebuild/revdep-rebuild.1 b/trunk/src/revdep-rebuild/revdep-rebuild.1 index de96321..30bdfd1 100644 --- a/trunk/src/revdep-rebuild/revdep-rebuild.1 +++ b/trunk/src/revdep-rebuild/revdep-rebuild.1 @@ -32,7 +32,7 @@ revdep\-rebuild no longer uses hardcoded paths. To change the default behavior t LD_LIBRARY_MASK \- Mask of specially evaluated libraries .LP -SEARCH_DIRS \- List of directories to search for executibles and libraries +SEARCH_DIRS \- List of directories to search for executables and libraries .LP SEARCH_DIRS_MASK \- List of directories to not search |
