diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-11-26 20:42:54 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-11-26 20:42:54 +0000 |
commit | 905142a4a63f375bd28f023f317fbb8b8c00e871 (patch) | |
tree | a1c3722b9140359e5ab003531d265899e83ef6ba /eclass/wxwidgets.eclass | |
parent | Marked ~ppc-macos (bug #109433) (diff) | |
download | gentoo-2-905142a4a63f375bd28f023f317fbb8b8c00e871.tar.gz gentoo-2-905142a4a63f375bd28f023f317fbb8b8c00e871.tar.bz2 gentoo-2-905142a4a63f375bd28f023f317fbb8b8c00e871.zip |
Fixed typos, bug #112459
Diffstat (limited to 'eclass/wxwidgets.eclass')
-rw-r--r-- | eclass/wxwidgets.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass index a9a1e4baccd5..91f756cef09b 100644 --- a/eclass/wxwidgets.eclass +++ b/eclass/wxwidgets.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/wxwidgets.eclass,v 1.13 2005/07/11 15:08:07 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.14 2005/11/26 20:42:54 sekretarz Exp $ # # Author Rob Cakebread <pythonhead@gentoo.org> @@ -44,8 +44,8 @@ need-wxwidgets() { gtk) set-wxconfig wxgtk;; gtk2) set-wxconfig wxgtk2;; unicode) set-wxconfig wxgtk2u;; - *) echo "!!! $FUNCNAME: Error: wxGTK was not comipled with $1." - echo "!!! Adjust your USE flags or re-emerge wxGTK with version you want." + *) echo "!!! $FUNCNAME: Error: wxGTK was not compiled with $1." + echo "!!! Adjust your USE flags or re-emerge wxGTK with the version you want." exit 1;; esac fi |