From b39554b2b4fdd1ece5d847b27de380d17b10b122 Mon Sep 17 00:00:00 2001 From: bastianonm Date: Sun, 8 Jan 2012 16:52:17 +0000 Subject: [PATCH] --- wp-gpx-maps_admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-gpx-maps_admin.php b/wp-gpx-maps_admin.php index e3ae41f..6e9ca18 100644 --- a/wp-gpx-maps_admin.php +++ b/wp-gpx-maps_admin.php @@ -213,7 +213,7 @@ function WP_GPX_Maps_html_page() { function delgpx(file) { - if (confirm('Delte this file: ' + file + '?')) + if (confirm('Delete this file: ' + file + '?')) { document.formdelgpx.delete.value = file; document.formdelgpx.submit();