Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed B <lantrix@pobox.com>2020-12-03 23:24:33 +0300
committerGitHub <noreply@github.com>2020-12-03 23:24:33 +0300
commite65ff4aabaa0813379c6e6f7c074b429ce73b5e4 (patch)
treeea1beaa9a5cbe2a23b2795c74123ad47a72f9863 /apps/clamav.sh
parent73936ddd4361e60c059bf507b805212206707c2f (diff)
Fix spelling in VM (#1706)
Signed-off-by: Lantrix <lantrix@pobox.com>
Diffstat (limited to 'apps/clamav.sh')
-rw-r--r--apps/clamav.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/clamav.sh b/apps/clamav.sh
index a6807f79..cf712f6d 100644
--- a/apps/clamav.sh
+++ b/apps/clamav.sh
@@ -187,7 +187,7 @@ chmod 700 "$SCRIPT_PATH"
crontab -u root -l | { cat; echo "*/30 * * * * $SCRIPT_PATH > /dev/null 2>&1"; } | crontab -u root -
# Inform the user
-msg_box "ClamAV was succesfully installed.
+msg_box "ClamAV was successfully installed.
Your Nextcloud should be more secure now."