Typo correction in \ncc\Utilities > PathFinder > getRemoteSource()
This commit is contained in:
parent
b8f508d326
commit
b62bb725cc
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@
|
|||
* @return string
|
||||
* @throws InvalidScopeException
|
||||
*/
|
||||
public static function getRemouteSources(string $scope=Scopes::Auto, bool $win32=false): string
|
||||
public static function getRemoteSources(string $scope=Scopes::Auto, bool $win32=false): string
|
||||
{
|
||||
return self::getDataPath($scope, $win32) . DIRECTORY_SEPARATOR . 'sources';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue