From b62bb725ccff5fb95b2f9a4dd8975a2e38f128a3 Mon Sep 17 00:00:00 2001 From: Netkas Date: Thu, 12 Jan 2023 16:19:23 -0500 Subject: [PATCH] Typo correction in \ncc\Utilities > PathFinder > getRemoteSource() --- src/ncc/Utilities/PathFinder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ncc/Utilities/PathFinder.php b/src/ncc/Utilities/PathFinder.php index c3fb587..8093f7d 100644 --- a/src/ncc/Utilities/PathFinder.php +++ b/src/ncc/Utilities/PathFinder.php @@ -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'; }