Typo correction in \ncc\Utilities > PathFinder > getRemoteSource()

This commit is contained in:
Netkas 2023-01-12 16:19:23 -05:00
parent b8f508d326
commit b62bb725cc

View file

@ -179,7 +179,7 @@
* @return string * @return string
* @throws InvalidScopeException * @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'; return self::getDataPath($scope, $win32) . DIRECTORY_SEPARATOR . 'sources';
} }