1.0.0 Alpha Release #59

Merged
netkas merged 213 commits from v1.0.0_alpha into master 2023-01-29 23:27:58 +00:00
Showing only changes of commit b8f508d326 - Show all commits

View file

@ -83,7 +83,7 @@
{
if(Resolver::resolveScope() !== Scopes::System)
{
Console::outError('Insufficent permissions, cannot modify configuration values', true, 1);
Console::outError('Insufficient permissions, cannot modify configuration values', true, 1);
return;
}