From: Vincent Vanwaelscappel Date: Tue, 14 Sep 2021 15:18:58 +0000 (+0200) Subject: wip #4666 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=133baf89f39d4dedc5429e5fc758139b6db0d5f7;p=cubist_util.git wip #4666 --- diff --git a/src/Files/VirtualDirectory.php b/src/Files/VirtualDirectory.php index aaea168..4b05801 100644 --- a/src/Files/VirtualDirectory.php +++ b/src/Files/VirtualDirectory.php @@ -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) {