Fix typo in equery man page
authorfuzzyray <fuzzyray@gentoo.org>
Thu, 17 Dec 2009 19:08:37 +0000 (19:08 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Thu, 17 Dec 2009 19:08:37 +0000 (19:08 -0000)
svn path=/trunk/gentoolkit/; revision=726

man/equery.1

index 62df6fd8dcc6790c748d861855bf1b34262f1403..ec07c0d670a53d0e6573c697db1897ec18805509 100644 (file)
@@ -299,7 +299,7 @@ Include all packages from the Portage tree in the search path. Use this option t
 equery hasuse -pI perl
 .EE
 .br
-View all Gentoo packages that have the "perl" USE flag, exluding installed packages.
+View all Gentoo packages that have the "perl" USE flag, excluding installed packages.
 .EX
 .HP
 USE="perl"; for PKG in $(equery -q hasuse $USE); do echo $PKG: $(equery -q uses $PKG |grep $USE); done