diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-09 05:57:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-09 05:57:17 +0000 |
commit | 053380c42c94f15a1883eefdd43b6ec25a08cc29 (patch) | |
tree | 1cc7c3444565be61b141380748f2371a16741ab0 /eclass/eutils.eclass | |
parent | Stable on SPARC. (diff) | |
download | gentoo-2-053380c42c94f15a1883eefdd43b6ec25a08cc29.tar.gz gentoo-2-053380c42c94f15a1883eefdd43b6ec25a08cc29.tar.bz2 gentoo-2-053380c42c94f15a1883eefdd43b6ec25a08cc29.zip |
typo fix
Diffstat (limited to 'eclass/eutils.eclass')
-rw-r--r-- | eclass/eutils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index b39721430c13..49306bf4d66f 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.215 2005/10/27 07:28:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.216 2005/11/09 05:57:17 mr_bones_ Exp $ # # Author: Martin Schlemmer <azarah@gentoo.org> # @@ -850,7 +850,7 @@ make_desktop_entry() { sci) case ${catmin} in - astro*) type=Astronomoy;; + astro*) type=Astronomy;; bio*) type=Biology;; calc*) type=Calculator;; chem*) type=Chemistry;; |