From b18b32f9471b067ab58cefd8f4337b47ebfe750e Mon Sep 17 00:00:00 2001 From: Francesco Riosa Date: Sun, 12 Feb 2006 14:37:46 +0000 Subject: fix Bug 122542, typo in einfo --- eclass/mysql.eclass | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'eclass') diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index c9160d45c8ba..1ecd3f1517b9 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.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/mysql.eclass,v 1.17 2006/02/09 13:15:43 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.18 2006/02/12 14:37:46 vivo Exp $ # Author: Francesco Riosa # Maintainer: Francesco Riosa @@ -561,8 +561,8 @@ mysql_pkg_postinst() { # eselect mysql set 1 # else # einfo "The version of mysql emerged now stils is _NOT_ the default" - einfo "you may want to run \"eselect myqsl list\" followed by a " - einfo "\"eselect myqsl set 1\" to chose the default mysql server" + einfo "you may want to run \"eselect mysql list\" followed by a " + einfo "\"eselect mysql set 1\" to choose the default mysql server" # fi #fi fi @@ -693,7 +693,7 @@ mysql_pkg_prerm() { mysql_pkg_postrm() { mysql_lib_symlinks if [[ ${SLOT} -gt 0 ]] ; then - einfo "you may want to run \"eselect myqsl list\" followed by a " - einfo "\"eselect myqsl list\" to chose the default mysql server" + einfo "you may want to run \"eselect mysql list\" followed by a " + einfo "\"eselect mysql list\" to choose the default mysql server" fi } -- cgit v1.2.3-65-gdbad