summaryrefslogtreecommitdiff
path: root/util/vndb.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-05-27 12:10:35 +0200
committerYorhel <git@yorhel.nl>2009-05-27 12:10:35 +0200
commit44451507a9cc577aa6c6d127cbc9e301691b97fd (patch)
tree32aa9cfab9934cd9e464cdab039095695772eaea /util/vndb.pl
parent361cd7472ccd57c3e95bd1537cf4103b83c0dc9b (diff)
Fixed typo on 404 page
Diffstat (limited to 'util/vndb.pl')
-rwxr-xr-xutil/vndb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/vndb.pl b/util/vndb.pl
index ca61836f..8a9a83e5 100755
--- a/util/vndb.pl
+++ b/util/vndb.pl
@@ -73,7 +73,7 @@ sub handle404 {
h1 'Page not found';
div class => 'warning';
h2 'Oops!';
- p "It seems the page you were looking for does not exists,\n".
+ p "It seems the page you were looking for does not exist,\n".
"you may want to try using the menu on your left to find what you are looking for.";
end;
end;