diff --git a/fetchupd.php b/fetchupd.php index 2763259..42f557d 100644 --- a/fetchupd.php +++ b/fetchupd.php @@ -61,7 +61,7 @@ function uupFetchUpd($arch = 'amd64', $ring = 'WIF', $flight = 'Active', $build consoleLogger('Checking build information...'); preg_match('/.*<\/Files>/', $out, $fileList); if(empty($fileList[0])) { - consoleLogger('An error has occured'); + consoleLogger('An error has occurred'); return array('error' => 'EMPTY_FILELIST'); } diff --git a/get.php b/get.php index ba44e19..d03bfc6 100644 --- a/get.php +++ b/get.php @@ -91,7 +91,7 @@ function uupGetFiles($updateId = 'c2a1d787-647b-486d-b264-f90f3782cdc6', $usePac consoleLogger('Parsing information...'); preg_match_all('/.*?<\/FileLocation>/', $out, $out); if(empty($out[0])) { - consoleLogger('An error has occured'); + consoleLogger('An error has occurred'); return array('error' => 'EMPTY_FILELIST'); } diff --git a/shared/main.php b/shared/main.php index 3673000..96eed80 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '0.6.0-beta'; + return '0.6.1-beta'; } function uupApiPrintBrand() {