From a736dc0e4fac5dcaffd6ca31d9024b78a59acfea Mon Sep 17 00:00:00 2001 From: pneerincx Date: Wed, 12 May 2021 17:29:33 +0200 Subject: [PATCH] Fixed typo in comment. --- bin/pullRawDataFromDS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pullRawDataFromDS.sh b/bin/pullRawDataFromDS.sh index edd6e530..88b2a41a 100755 --- a/bin/pullRawDataFromDS.sh +++ b/bin/pullRawDataFromDS.sh @@ -217,7 +217,7 @@ else gsBatchUploadCompleted='true' fi # - # Rsync everything but the .finished file: may be imcompletely uploaded batch, + # Rsync everything but the .finished file: may be incompletely uploaded batch, # but we already rsync everything we've got so far. # log4Bash 'DEBUG' "${LINENO}" "${FUNCNAME:-main}" '0' "Rsyncing everything but the .finished file for ${gsBatch} ..."