From a44508907cc71e57286b12abb37299839f0ee849 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Thu, 12 Sep 2024 21:45:40 -0500 Subject: [PATCH] Fix typos in error pages --- www/403.php | 2 +- www/404.php | 2 +- www/451.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/403.php b/www/403.php index 5c8a517b..1199296a 100644 --- a/www/403.php +++ b/www/403.php @@ -3,7 +3,7 @@

You Don’t Have Permission to View This Page

-

This is 403 error.

+

This is a 403 error.

diff --git a/www/404.php b/www/404.php index fae63e1d..44343d1e 100644 --- a/www/404.php +++ b/www/404.php @@ -3,7 +3,7 @@

We Couldn’t Find That Document

-

This is 404 error.

+

This is a 404 error.

diff --git a/www/451.php b/www/451.php index 9db0a022..de3106c1 100644 --- a/www/451.php +++ b/www/451.php @@ -3,7 +3,7 @@

This Ebook Is No Longer Available

-

This is 451 error.

+

This is a 451 error.