Преглед на файлове

Merge pull request #28 from nk53/master

Fix typo
Xu Ding преди 6 години
родител
ревизия
d98d5f2a4f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Resumable.php

+ 1 - 1
src/Resumable.php

@@ -284,7 +284,7 @@ class Resumable
 
         natsort($chunkFiles);
 
-        $handle = $this->getExclusiveFileHandle9$destFile);
+        $handle = $this->getExclusiveFileHandle($destFile);
         if (!$handle) {
             return false;
         }