Minor: Fix typo in code doc

pull/4927/head
Yannick Warnier 2 years ago
parent 63d896043f
commit da0607befa
  1. 2
      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 document file path doesn't exist on disk
if (!existDocFileOnDisk($sourcePath, $doc['path'])) { if (!existDocFileOnDisk($sourcePath, $doc['path'])) {
// It searchs the current path // It searches the current path
$searchFile = basename($doc['path']); $searchFile = basename($doc['path']);
$currentDocPaths = getDocFilePath($sourcePath, $searchFile); $currentDocPaths = getDocFilePath($sourcePath, $searchFile);

Loading…
Cancel
Save