From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D86C138334 for ; Sun, 14 Oct 2018 01:27:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14E67E08CE; Sun, 14 Oct 2018 01:27:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE294E08CE for ; Sun, 14 Oct 2018 01:27:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9772C335C8F for ; Sun, 14 Oct 2018 01:27:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DF7E42A for ; Sun, 14 Oct 2018 01:27:43 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1539480436.1b070001f29bb4abec410c91539c570464328437.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mariadb/mariadb-10.2.17.ebuild dev-db/mariadb/mariadb-10.3.8.ebuild dev-db/mariadb/mariadb-10.3.9.ebuild X-VCS-Directories: dev-db/mariadb/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 1b070001f29bb4abec410c91539c570464328437 X-VCS-Branch: master Date: Sun, 14 Oct 2018 01:27:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 04b6b8d0-a54f-4206-8cd7-effe9a7ca187 X-Archives-Hash: a56f38e9f9f2db3b01486c034a337ae0 commit: 1b070001f29bb4abec410c91539c570464328437 Author: Francesco Turco fastmail fm> AuthorDate: Tue Oct 2 12:42:11 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Oct 14 01:27:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b070001 dev-db/mariadb: fix typos Signed-off-by: Francesco Turco fastmail.fm> Closes: https://github.com/gentoo/gentoo/pull/10043 Signed-off-by: Thomas Deutschmann gentoo.org> dev-db/mariadb/mariadb-10.2.17.ebuild | 2 +- dev-db/mariadb/mariadb-10.3.8.ebuild | 2 +- dev-db/mariadb/mariadb-10.3.9.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-db/mariadb/mariadb-10.2.17.ebuild b/dev-db/mariadb/mariadb-10.2.17.ebuild index 774277f87d3..cb2ac87542d 100644 --- a/dev-db/mariadb/mariadb-10.2.17.ebuild +++ b/dev-db/mariadb/mariadb-10.2.17.ebuild @@ -247,7 +247,7 @@ pkg_postinst() { elog "Please backup any changes you made to /etc/mysql/my.cnf" elog "and add them as a new file under /etc/mysql/${PN}.d with a .cnf extension." elog "You may have as many files as needed and they are read alphabetically." - elog "Be sure the options have the appropitate section headers, i.e. [mysqld]." + elog "Be sure the options have the appropriate section headers, i.e. [mysqld]." einfo } diff --git a/dev-db/mariadb/mariadb-10.3.8.ebuild b/dev-db/mariadb/mariadb-10.3.8.ebuild index f54bef478b0..1a952db960e 100644 --- a/dev-db/mariadb/mariadb-10.3.8.ebuild +++ b/dev-db/mariadb/mariadb-10.3.8.ebuild @@ -238,7 +238,7 @@ pkg_postinst() { elog "Please backup any changes you made to /etc/mysql/my.cnf" elog "and add them as a new file under /etc/mysql/${PN}.d with a .cnf extension." elog "You may have as many files as needed and they are read alphabetically." - elog "Be sure the options have the appropitate section headers, i.e. [mysqld]." + elog "Be sure the options have the appropriate section headers, i.e. [mysqld]." einfo } diff --git a/dev-db/mariadb/mariadb-10.3.9.ebuild b/dev-db/mariadb/mariadb-10.3.9.ebuild index d8976720941..00cd9a6bcff 100644 --- a/dev-db/mariadb/mariadb-10.3.9.ebuild +++ b/dev-db/mariadb/mariadb-10.3.9.ebuild @@ -238,7 +238,7 @@ pkg_postinst() { elog "Please backup any changes you made to /etc/mysql/my.cnf" elog "and add them as a new file under /etc/mysql/${PN}.d with a .cnf extension." elog "You may have as many files as needed and they are read alphabetically." - elog "Be sure the options have the appropitate section headers, i.e. [mysqld]." + elog "Be sure the options have the appropriate section headers, i.e. [mysqld]." einfo }