From 5d4c24525fe576a6105dd0fa6d1449963fd14441 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Tue, 13 Sep 2005 14:45:03 +0000 Subject: [PATCH] fix a small typo Submitted by: Marian Cerny --- mail/sqwebmail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} ""