diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-02-14 19:34:09 +0100 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-02-14 19:34:51 +0100 |
commit | 097779c3b3674cc3d7fda6822c9bfa053a95f934 (patch) | |
tree | e87ec809682e6fb550fa9b60edc56128333e4e2c /dev-db/postgresql/postgresql-9999.ebuild | |
parent | dev-python/flask-socketio: Bump (diff) | |
download | gentoo-097779c3b3674cc3d7fda6822c9bfa053a95f934.tar.gz gentoo-097779c3b3674cc3d7fda6822c9bfa053a95f934.tar.bz2 gentoo-097779c3b3674cc3d7fda6822c9bfa053a95f934.zip |
dev-db/postgresql: Fix typo #574724
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-db/postgresql/postgresql-9999.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-9999.ebuild b/dev-db/postgresql/postgresql-9999.ebuild index addb7aa53fc9..0f52d99f9e53 100644 --- a/dev-db/postgresql/postgresql-9999.ebuild +++ b/dev-db/postgresql/postgresql-9999.ebuild @@ -211,7 +211,7 @@ pkg_postinst() { elog elog "It looks like this is your first time installing PostgreSQL. Run the" elog "following command in all active shells to pick up changes to the default" - elog "environemnt:" + elog "environment:" elog " source /etc/profile" fi |