summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/head.inc
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-02-19 12:02:45 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-02-19 12:02:45 -0500
commitc7903f8e179bebf5cb06e573024731a76bb63f94 (patch)
treea9a54df10f2b1fa28f54e3aab3e500fa068c9893 /src/usr/local/www/head.inc
parent36a844df8cab07c1b1f9527958de385e94c42783 (diff)
downloadpfsense-c7903f8e179bebf5cb06e573024731a76bb63f94.zip
pfsense-c7903f8e179bebf5cb06e573024731a76bb63f94.tar.gz
Fix typo in diag_command
Diffstat (limited to 'src/usr/local/www/head.inc')
-rw-r--r--src/usr/local/www/head.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/head.inc b/src/usr/local/www/head.inc
index 967191a..100a047 100644
--- a/src/usr/local/www/head.inc
+++ b/src/usr/local/www/head.inc
@@ -330,7 +330,7 @@ $diagnostics_menu = array();
$diagnostics_menu[] = array(gettext("ARP Table"), "/diag_arp.php");
$diagnostics_menu[] = array(gettext("Authentication"), "/diag_authentication.php");
$diagnostics_menu[] = array(htmlspecialchars(gettext("Backup & Restore")), "/diag_backup.php");
-$diagnostics_menu[] = array(gettext("Command Prompt"), "/diag_comand.php");
+$diagnostics_menu[] = array(gettext("Command Prompt"), "/diag_command.php");
$diagnostics_menu[] = array(gettext("DNS Lookup"), "/diag_dns.php");
$diagnostics_menu[] = array(gettext("Edit File"), "/diag_edit.php");
$diagnostics_menu[] = array(gettext("Factory Defaults"), "/diag_defaults.php");
OpenPOWER on IntegriCloud