From 905142a4a63f375bd28f023f317fbb8b8c00e871 Mon Sep 17 00:00:00 2001 From: Karol Wojtaszek Date: Sat, 26 Nov 2005 20:42:54 +0000 Subject: Fixed typos, bug #112459 --- eclass/wxwidgets.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass/wxwidgets.eclass') 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 @@ -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 -- cgit v1.2.3-65-gdbad