summaryrefslogtreecommitdiff
path: root/util/vndb.pl
diff options
context:
space:
mode:
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;