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();