From 146dbf0139d1f3049131bdf7a7d96675e4ff00a4 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 2 May 2017 09:40:17 +0545 Subject: Typos in pkg management code comments --- src/usr/local/www/pkg_mgr_installed.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/usr/local/www/pkg_mgr_installed.php') diff --git a/src/usr/local/www/pkg_mgr_installed.php b/src/usr/local/www/pkg_mgr_installed.php index c9f47d9..7fbb37f 100644 --- a/src/usr/local/www/pkg_mgr_installed.php +++ b/src/usr/local/www/pkg_mgr_installed.php @@ -39,7 +39,7 @@ if (is_subsystem_dirty('packagelock')) { exit; } -// We are being called only to get the pacakge data, not to display anything +// We are being called only to get the package data, not to display anything if (($_REQUEST) && ($_REQUEST['ajax'])) { print(get_pkg_table()); exit; @@ -237,7 +237,7 @@ display_top_tabs($tab_array); events.push(function() { - // Retrieve the table formatted pacakge information and display it in the "Packages" panel + // Retrieve the table formatted package information and display it in the "Packages" panel // (Or display an appropriate error message) var ajaxRequest; -- cgit v1.1