aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-09-19 11:53:13 +0000
committerUlrich Müller <ulm@gentoo.org>2009-09-19 11:53:13 +0000
commite8fd84b84f7e99848ae29da514f1ae19d378d38c (patch)
tree587bba64cf31f236d7d4ec80d93f6c2c239453be /doc
parentMinor tweaks and typo corrections. (diff)
downloadeselect-e8fd84b84f7e99848ae29da514f1ae19d378d38c.tar.gz
eselect-e8fd84b84f7e99848ae29da514f1ae19d378d38c.tar.bz2
eselect-e8fd84b84f7e99848ae29da514f1ae19d378d38c.zip
Fix typo.
svn path=/trunk/; revision=665
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-guide.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index b7dfa08..5d8d31c 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -315,7 +315,7 @@ These are implemented in ``libs/tests.bash``.
The ``has`` Function
,,,,,,,,,,,,,,,,,,,,
-The ``has`` utility function is like portage's ``hasq``. It returns true if and
+The ``has`` utility function is like Portage's ``hasq``. It returns true if and
only if the first parameter is equal to any of the remaining parameters.
The ``is_function`` Function