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/previewgenerator.sh
parent73936ddd4361e60c059bf507b805212206707c2f (diff)
Fix spelling in VM (#1706)
Signed-off-by: Lantrix <lantrix@pobox.com>
Diffstat (limited to 'apps/previewgenerator.sh')
-rw-r--r--apps/previewgenerator.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/previewgenerator.sh b/apps/previewgenerator.sh
index 043deb43..2628aee7 100644
--- a/apps/previewgenerator.sh
+++ b/apps/previewgenerator.sh
@@ -105,7 +105,7 @@ then
install_if_not libmagickcore-6.q16-3-extra
# Choose file formats fo the case when imagick is installed.
- # for additional previews please look at the nextcloud documentation. But these probably won't work.
+ # for additional previews please look at the Nextcloud documentation. But these probably won't work.
choice=$(whiptail --title "$TITLE - Choose file formats" --checklist \
"Now you can choose for which file formats you would like to generate previews for
$CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
@@ -170,7 +170,7 @@ else
apt-get purge libmagickcore-6.q16-3-extra -y
fi
# Choose file formats fo the case when imagick is not installed.
- # for additional previews please look at the nextcloud documentation. But these probably won't work.
+ # for additional previews please look at the Nextcloud documentation. But these probably won't work.
choice=$(whiptail --title "$TITLE - Choose file formats" --checklist \
"Now you can choose for which file formats you would like to generate previews for
$CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
@@ -249,7 +249,7 @@ else
while :
do
PREVIEW_USER=$(input_box "Enter the Nextcloud user for \
-which you want to run the Preview Generation (as a scheluded task)")
+which you want to run the Preview Generation (as a scheduled task)")
if [ -z "$(nextcloud_occ user:list | grep "$PREVIEW_USER" | awk '{print $3}')" ]
then
msg_box "It seems like the user you entered ($PREVIEW_USER) doesn't exist, please try again."