summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-05-14 08:58:10 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-05-14 08:58:10 +0000
commit3b8981c156b89ee0255d7c65fcacf18f69624892 (patch)
tree061b9cf5c892ddaabee51344d360a67e5b34c208 /eclass/qt3.eclass
parentversion bump (diff)
downloadgentoo-2-3b8981c156b89ee0255d7c65fcacf18f69624892.tar.gz
gentoo-2-3b8981c156b89ee0255d7c65fcacf18f69624892.tar.bz2
gentoo-2-3b8981c156b89ee0255d7c65fcacf18f69624892.zip
Fix typo
Diffstat (limited to 'eclass/qt3.eclass')
-rw-r--r--eclass/qt3.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt3.eclass b/eclass/qt3.eclass
index 9d6ee15315b9..f579efc614ec 100644
--- a/eclass/qt3.eclass
+++ b/eclass/qt3.eclass
@@ -1,6 +1,6 @@
# Copyright 2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.38 2009/01/02 21:07:14 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.39 2009/05/14 08:58:10 fauli Exp $
# @ECLASS: qt3.eclass
# @MAINTAINER:
@@ -83,7 +83,7 @@ eqmake3() {
# file exists?
if [[ ! -f ${projprofile} ]]; then
echo
- eerror "Project .pro file \"${projprofile}\" does not exists"
+ eerror "Project .pro file \"${projprofile}\" does not exist"
eerror "qmake cannot handle non-existing .pro files"
echo
eerror "This shouldn't happen - please send a bug report to bugs.gentoo.org"