diff options
| author | Petr Vaněk <arkamar@gentoo.org> | 2024-04-08 13:57:26 +0200 |
|---|---|---|
| committer | Petr Vaněk <arkamar@gentoo.org> | 2024-04-08 15:56:55 +0200 |
| commit | c48f8dd8c90980285b51259f47303383c9dffe9a (patch) | |
| tree | 7dcf6117dcb203fab0b3c68ab42bc12d356e0d3a /dev-db/mysql-init-scripts/files/init.d-2.3 | |
| parent | 968c960aa36b23813987a64de48b760322a47cac (diff) | |
| download | gentoo-c48f8dd8c90980285b51259f47303383c9dffe9a.tar.gz gentoo-c48f8dd8c90980285b51259f47303383c9dffe9a.tar.bz2 gentoo-c48f8dd8c90980285b51259f47303383c9dffe9a.zip | |
dev-db/mysql-init-scripts: fix typo in extra commands list
This fixes remaining typos in extra commands lists referencing
bootstrap_galera function:
boostrap_galera -> bootstrap_galera
It is followup to the commit 460c2f8c5390 ("dev-db/mysql-init-scripts:
Fix important typo and commit straight to stable")
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-db/mysql-init-scripts/files/init.d-2.3')
| -rw-r--r-- | dev-db/mysql-init-scripts/files/init.d-2.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql-init-scripts/files/init.d-2.3 b/dev-db/mysql-init-scripts/files/init.d-2.3 index 90e7e7536881..1216ac9a67c3 100644 --- a/dev-db/mysql-init-scripts/files/init.d-2.3 +++ b/dev-db/mysql-init-scripts/files/init.d-2.3 @@ -1,12 +1,12 @@ #!/sbin/openrc-run -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 extra_commands="checkconfig" extra_stopped_commands="bootstrap_galera" description_checkconfig="Verify the server's configuration" -description_boostrap_galera="Start a new Galera cluster with this server as the initial node" +description_bootstrap_galera="Start a new Galera cluster with this server as the initial node" depend() { use net.lo |
