net-misc/x2goserver: fix typo 'databse'->'database'.

Closes: https://github.com/gentoo/gentoo/pull/2308

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Pavel Kulyov
2016-09-12 03:27:15 +03:00
committed by Patrice Clement
parent d07a002161
commit cf86ba6ca4
3 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ pkg_postinst() {
elog " # x2godbadmin --createdb"
fi
if use postgres ; then
elog "To use a PostgreSQL databse, more information is availabe here:"
elog "To use a PostgreSQL database, more information is availabe here:"
elog "http://www.x2go.org/doku.php/wiki:advanced:multi-node:x2goserver-pgsql"
fi

View File

@@ -83,7 +83,7 @@ pkg_postinst() {
elog " # x2godbadmin --createdb"
fi
if use postgres ; then
elog "To use a PostgreSQL databse, more information is availabe here:"
elog "To use a PostgreSQL database, more information is availabe here:"
elog "http://www.x2go.org/doku.php/wiki:advanced:multi-node:x2goserver-pgsql"
fi

View File

@@ -75,7 +75,7 @@ pkg_postinst() {
elog " # x2godbadmin --createdb"
fi
if use postgres ; then
elog "To use a PostgreSQL databse, more information is availabe here:"
elog "To use a PostgreSQL database, more information is availabe here:"
elog "http://www.x2go.org/doku.php/wiki:advanced:multi-node:x2goserver-pgsql"
fi