mirror of
https://github.com/nextcloud/recognize.git
synced 2025-08-16 17:09:54 +00:00
Merge pull request #1283 from gwarf/patch-2
fix: typo in InstallDeps.php
This commit is contained in:
@ -141,7 +141,7 @@ final class InstallDeps implements IRepairStep {
|
||||
$isARM = true;
|
||||
}
|
||||
} else {
|
||||
$output->warning('CPU archtecture $uname is not supported.');
|
||||
$output->warning('CPU architecture $uname is not supported.');
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user