Fix typos

This commit is contained in:
mkuba50
2017-10-01 16:06:01 +02:00
parent 502b652436
commit 564ddb209a
3 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ function uupFetchUpd($arch = 'amd64', $ring = 'WIF', $flight = 'Active', $build
consoleLogger('Checking build information...');
preg_match('/<Files>.*<\/Files>/', $out, $fileList);
if(empty($fileList[0])) {
consoleLogger('An error has occured');
consoleLogger('An error has occurred');
return array('error' => 'EMPTY_FILELIST');
}