diff options
author | Donny Davies <woodchip@gentoo.org> | 2001-09-10 06:33:56 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2001-09-10 06:33:56 +0000 |
commit | 5b143f34bbed1e28c5abb00f980c7200ce57c167 (patch) | |
tree | 1b807fd8ad1bbb76b082a93d323814e9b2c4d4c3 /app-admin | |
parent | fixed a silly typo clock -> need clock (diff) | |
download | historical-5b143f34bbed1e28c5abb00f980c7200ce57c167.tar.gz historical-5b143f34bbed1e28c5abb00f980c7200ce57c167.tar.bz2 historical-5b143f34bbed1e28c5abb00f980c7200ce57c167.zip |
another small typo: docs -> doc
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/fcron/files/fcron.rc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/fcron/files/fcron.rc6 b/app-admin/fcron/files/fcron.rc6 index 51a988d750bf..a273efc054e9 100644 --- a/app-admin/fcron/files/fcron.rc6 +++ b/app-admin/fcron/files/fcron.rc6 @@ -7,7 +7,7 @@ depend() { checkconfig() { if [ ! -e /etc/fcron/fcron.conf ] ; then eerror "You will need an /etc/fcron/fcron.conf first" - eerror "There is a sample in /usr/share/docs/fcron" + eerror "There is a sample in /usr/share/doc/fcron" return 1 fi } |