diff options
author | oliver <oliver@FreeBSD.org> | 2005-09-13 22:45:03 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-09-13 22:45:03 +0800 |
commit | 49b2c4d79af3c2e989b4e945ec35da5dd2751269 (patch) | |
tree | 355e367dce46045beb54b1db76388030dde3d799 /mail | |
parent | 16c539ae6cfef6119bc65f12fc8620c602d0772f (diff) | |
download | freebsd-ports-gnome-49b2c4d79af3c2e989b4e945ec35da5dd2751269.tar.gz freebsd-ports-gnome-49b2c4d79af3c2e989b4e945ec35da5dd2751269.tar.zst freebsd-ports-gnome-49b2c4d79af3c2e989b4e945ec35da5dd2751269.zip |
fix a small typo
Submitted by: Marian Cerny <jojo@matfyz.cz>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sqwebmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 97d2041b3cf2..aff7af4eede0 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -212,7 +212,7 @@ post-install: .endfor .endif @${ECHO_MSG} "" - @${ECHO_MSG} "Add the following line to your /etc/crontab to make shure the" + @${ECHO_MSG} "Add the following line to your /etc/crontab to make sure the" @${ECHO_MSG} "sqwebmail cache directory gets cleaned up." @${ECHO_MSG} "0 * * * * ${CACHEOWNER} ${PREFIX}/share/sqwebmail/cleancache.pl" @${ECHO_MSG} "" |