瀏覽代碼

correct my typo

till 13 年之前
父節點
當前提交
4db4d6720b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Composer/Repository/Vcs/SvnDriver.php

+ 1 - 1
src/Composer/Repository/Vcs/SvnDriver.php

@@ -39,7 +39,7 @@ class SvnDriver extends VcsDriver implements VcsDriverInterface
             $this->baseUrl = substr($url, 0, $pos);
         }
 
-        $this->detectedSvnAuth();
+        $this->detectSvnAuth();
     }
 
     /**