diff options
author | 2016-02-14 19:34:09 +0100 | |
---|---|---|
committer | 2016-02-14 19:34:51 +0100 | |
commit | 097779c3b3674cc3d7fda6822c9bfa053a95f934 (patch) | |
tree | e87ec809682e6fb550fa9b60edc56128333e4e2c /dev-db/postgresql/postgresql-9.2.15.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-9.2.15.ebuild')
-rw-r--r-- | dev-db/postgresql/postgresql-9.2.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/postgresql-9.2.15.ebuild b/dev-db/postgresql/postgresql-9.2.15.ebuild index d299172584d2..8f46b99781af 100644 --- a/dev-db/postgresql/postgresql-9.2.15.ebuild +++ b/dev-db/postgresql/postgresql-9.2.15.ebuild @@ -217,7 +217,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 |