summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-04-29 10:19:05 +0545
committerStephen Beaver <sbeaver@netgate.com>2016-04-29 09:04:07 -0400
commitc91e8374870cb56baa568de524201e21067e641b (patch)
tree0e512548d1f067b38431bac9f7ac96cb37cbdb22 /src/usr/local/www/pkg_mgr_install.php
parent99ace4fc690b4820c55df829db7a2780ee85155b (diff)
downloadpfsense-c91e8374870cb56baa568de524201e21067e641b.zip
pfsense-c91e8374870cb56baa568de524201e21067e641b.tar.gz
Comment typos in pkg_mgr_install.php
(cherry picked from commit 70cd4b96c637d483c4ddefa822db44bb2fe4a792)
Diffstat (limited to 'src/usr/local/www/pkg_mgr_install.php')
-rw-r--r--src/usr/local/www/pkg_mgr_install.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/pkg_mgr_install.php b/src/usr/local/www/pkg_mgr_install.php
index 838db7a..aef2136 100644
--- a/src/usr/local/www/pkg_mgr_install.php
+++ b/src/usr/local/www/pkg_mgr_install.php
@@ -98,7 +98,7 @@ if ($_REQUEST['ajax']) {
$code = 0;
// If this is an ajax call to get the installed and newst versions, call that function,
- // JSON encode thre result, print it and exit
+ // JSON encode the result, print it and exit
if ($_REQUEST['getversion']) {
$firmwareversions = get_system_pkg_version();
print(json_encode($firmwareversions));
@@ -401,7 +401,7 @@ if ($_POST['mode'] == 'delete') {
}
if (!empty($_POST['id']) || $_POST['mode'] == "reinstallall"):
- // What if the user navigates away from this page and then come back via his/her "Back" button?
+ // What if the user navigates away from this page and then comes back via his/her "Back" button?
$pidfile = $g['varrun_path'] . '/' . $g['product_name'] . '-upgrade.pid';
if (isvalidpid($pidfile)) {
@@ -586,7 +586,7 @@ function get_firmware_versions()
if (json.installed_version == json.version) {
$('#confirmlabel').text("<?=$sysmessage?>");
$('#uptodate').html('<span class="text-success">' + '<?=$uptodatemsg?>' + "</span>");
- } else { // If htey differ display the "Confirm" button
+ } else { // If they differ display the "Confirm" button
$('#uptodate').hide();
$('#confirmlabel').text( "<?=$confirmlabel?>");
$('#pkgconfirm').show();
@@ -713,7 +713,7 @@ events.push(function() {
}
// If we are just re-drawing the page after a successful install/remove/reinstall,
- // we only meed to re-populate the progress indicator and the status banner
+ // we only need to re-populate the progress indicator and the status banner
if ("<?=$_POST['completed']?>" == "true") {
setProgress('progressbar', 100, false);
$('#progressbar').addClass("progress-bar-success");
OpenPOWER on IntegriCloud