diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-01-01 22:12:23 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-01-01 22:12:57 -0500 |
commit | 9b260b54797e7923cdb4bce3eb7fd47b4679df85 (patch) | |
tree | 1b519e9a76f03e9f41da14391e44b933c93f5610 /sys-process/fcron | |
parent | cfb29fb00e056aa3b599c34172f7f2ca6bea8a71 (diff) | |
download | gentoo-9b260b54797e7923cdb4bce3eb7fd47b4679df85.tar.gz gentoo-9b260b54797e7923cdb4bce3eb7fd47b4679df85.tar.xz |
sys-process/fcron: fix minor typo
Package-Manager: portage-2.2.24
Diffstat (limited to 'sys-process/fcron')
-rw-r--r-- | sys-process/fcron/fcron-3.1.1.ebuild | 4 | ||||
-rw-r--r-- | sys-process/fcron/fcron-3.1.2-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-process/fcron/fcron-3.1.1.ebuild b/sys-process/fcron/fcron-3.1.1.ebuild index 9b379174107..99605e4655b 100644 --- a/sys-process/fcron/fcron-3.1.1.ebuild +++ b/sys-process/fcron/fcron-3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -191,7 +191,7 @@ pkg_config() { if use system-crontab; then elog "This is going to set up fcron to execute check_system_crontabs." elog "In this configuration, you're no longer free to edit the systab" - elog "at your leisure, at it'll be rewritten the moment the crontabs" + elog "at your leisure, as it'll be rewritten the moment the crontabs" elog "are modified." /usr/libexec/check_system_crontabs -v -i -f else diff --git a/sys-process/fcron/fcron-3.1.2-r2.ebuild b/sys-process/fcron/fcron-3.1.2-r2.ebuild index 1bcdc1aaa3b..64a269b21c6 100644 --- a/sys-process/fcron/fcron-3.1.2-r2.ebuild +++ b/sys-process/fcron/fcron-3.1.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -195,7 +195,7 @@ pkg_config() { if use system-crontab; then elog "This is going to set up fcron to execute check_system_crontabs." elog "In this configuration, you're no longer free to edit the systab" - elog "at your leisure, at it'll be rewritten the moment the crontabs" + elog "at your leisure, as it'll be rewritten the moment the crontabs" elog "are modified." /usr/libexec/check_system_crontabs -v -i -f else |