Skip to content

Commit

Permalink
[TASK] Add missing word to comment
Browse files Browse the repository at this point in the history
Resolves: #92327
Releases: master, 10.4
Change-Id: I375f8002ef1a57a5653a17691bd258c2ea971ec7
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65727
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
  • Loading branch information
georgringer committed Sep 17, 2020
1 parent 2ce762a commit 0c0e1d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typo3/sysext/core/Classes/Resource/Driver/DriverInterface.php
Expand Up @@ -183,8 +183,8 @@ public function isFolderEmpty($folderIdentifier);
/**
* Adds a file from the local server hard disk to a given path in TYPO3s
* virtual file system. This assumes that the local file exists, so no
* further check is done here! After a successful the original file must
* not exist anymore.
* further check is done here! After a successful operation the original
* file must not exist anymore.
*
* @param string $localFilePath within public web path
* @param string $targetFolderIdentifier
Expand Down

0 comments on commit 0c0e1d2

Please sign in to comment.