Skip to content

Commit fd3385a

Browse files
authored
Merge pull request pterodactyl#2152 from DarthShmev/patch-1
Fix AuthenticateServerAccess middleware spelling issue.
2 parents 30b6ca8 + 06ece0e commit fd3385a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Middleware/Api/Client/Server/AuthenticateServerAccess.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function handle(Request $request, Closure $next)
6565
}
6666

6767
if ($server->suspended) {
68-
throw new AccessDeniedHttpException('This server is currenty suspended and the functionality requested is unavailable.');
68+
throw new AccessDeniedHttpException('This server is currently suspended and the functionality requested is unavailable.');
6969
}
7070

7171
if (! $server->isInstalled()) {

0 commit comments

Comments
 (0)