]> _ Git - cubist_util.git/commitdiff
wip #4666
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 14 Sep 2021 15:18:58 +0000 (17:18 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 14 Sep 2021 15:18:58 +0000 (17:18 +0200)
src/Files/VirtualDirectory.php

index aaea168a0a30fe0ce0a8269b831807e2d9b434df..4b05801f49c1e438e1a4413a43c528a916ab478e 100644 (file)
@@ -26,7 +26,7 @@ class VirtualDirectory
     public function copy($from, $to)
     {
         if (!file_exists($from)) {
-            throw new \Exception(sprintf('File %s doen\'t exist', $from));
+            throw new \Exception(sprintf('File %s doesn\'t exist', $from));
         }
         $realto = $this->path($to);
         if (!$realto) {