From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-489604-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 34B8D13800E
	for <garchives@archives.gentoo.org>; Fri, 27 Jul 2012 16:11:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1C256E0630;
	Fri, 27 Jul 2012 16:09:14 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id DF206E060F
	for <gentoo-commits@lists.gentoo.org>; Fri, 27 Jul 2012 16:09:08 +0000 (UTC)
Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 83B5D1B40C0
	for <gentoo-commits@lists.gentoo.org>; Fri, 27 Jul 2012 16:09:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 3C551E5445
	for <gentoo-commits@lists.gentoo.org>; Fri, 27 Jul 2012 16:09:06 +0000 (UTC)
From: "Robin H. Johnson" <robbat2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" <robbat2@gentoo.org>
Message-ID: <1343396706.9c8ca870148de9d9aec2ba8dd8b26c0c978f28ee.robbat2@gentoo>
Subject: [gentoo-commits] proj/mysql:master commit in: eclass/
X-VCS-Repository: proj/mysql
X-VCS-Files: eclass/mysql-v2.eclass eclass/mysql.eclass
X-VCS-Directories: eclass/
X-VCS-Committer: robbat2
X-VCS-Committer-Name: Robin H. Johnson
X-VCS-Revision: 9c8ca870148de9d9aec2ba8dd8b26c0c978f28ee
X-VCS-Branch: master
Date: Fri, 27 Jul 2012 16:09:06 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 63af92bf-fab5-492f-b275-684a4fd0e067
X-Archives-Hash: 5742804235511e5dff605546b83ff177

commit:     9c8ca870148de9d9aec2ba8dd8b26c0c978f28ee
Author:     Brian Evans <grknight <AT> lavabit <DOT> com>
AuthorDate: Fri Jul 27 13:45:06 2012 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 13:45:06 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=9c8ca870

Fix typos

---
 eclass/mysql-v2.eclass |    2 +-
 eclass/mysql.eclass    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
index f63b8c2..6ef1606 100644
--- a/eclass/mysql-v2.eclass
+++ b/eclass/mysql-v2.eclass
@@ -507,7 +507,7 @@ mysql-v2_pkg_postinst() {
 		elog "Note: PBXT is now statically built when enabled."
 		elog ""
 		elog "If, you previously installed as a plugin and "
-		elot "you cannot start the MySQL server,"
+		elog "you cannot start the MySQL server,"
 		elog "remove the ${MY_DATADIR}/mysql/plugin.* files, then"
 		elog "use the MySQL upgrade script to restore the table"
 		elog "or execute the following SQL command:"

diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index 2a29918..b883ace 100644
--- a/eclass/mysql.eclass
+++ b/eclass/mysql.eclass
@@ -1272,7 +1272,7 @@ mysql_pkg_postinst() {
                 elog "Note: PBXT is now statically built when enabled."
                 elog ""
                 elog "If, you previously installed as a plugin and "
-                elot "you cannot start the MySQL server,"
+                elog "you cannot start the MySQL server,"
 		elog "remove the ${MY_DATADIR}/mysql/plugin.* files, then"
 		elog "use the MySQL upgrade script to restore the table"
 		elog "or execute the following SQL command:"