diff --git a/tests/scripts/check_document_files_on_disk.php b/tests/scripts/check_document_files_on_disk.php index f2c2884bdc..40065f2aad 100644 --- a/tests/scripts/check_document_files_on_disk.php +++ b/tests/scripts/check_document_files_on_disk.php @@ -50,7 +50,7 @@ function checkDocumentFilesOnDisk($courseCode, $removeFileNotFound) // If document file path doesn't exist on disk if (!existDocFileOnDisk($sourcePath, $doc['path'])) { - // It searchs the current path + // It searches the current path $searchFile = basename($doc['path']); $currentDocPaths = getDocFilePath($sourcePath, $searchFile);