1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 23:21:47 +02:00

spelling: receive

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-05-30 23:15:22 -04:00
parent 7db9988258
commit ea54daebac

View File

@ -72,7 +72,7 @@ class LinkController extends Controller {
$link_secret_key = $link->secret_key;
if ($link_secret_key) {
if (!$secret_key) {
// if we do not receieve a secret key
// if we do not receive a secret key
// when we are expecting one, return a 403
return abort(403);
}