summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz Souza <luiz@netgate.com>2019-04-15 10:53:14 -0300
committerjim-p <jimp@netgate.com>2019-05-10 15:55:19 -0400
commit70f50a2be98255e1de2baf96adf2c176e677f27e (patch)
treefb3af436fc3c67c4bf36544e507625a4b5f95762
parent87642f6bd1fc96f116ee6756a15ef2a9cfc867b8 (diff)
downloadpfsense-70f50a2be98255e1de2baf96adf2c176e677f27e.zip
pfsense-70f50a2be98255e1de2baf96adf2c176e677f27e.tar.gz
Fix a typo.
Reported by: jimt (cherry picked from commit b0945941088c7383882688a6c6e774eb831f6486)
-rw-r--r--src/etc/inc/copyget.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/inc/copyget.inc b/src/etc/inc/copyget.inc
index ff0ad75..357c057 100644
--- a/src/etc/inc/copyget.inc
+++ b/src/etc/inc/copyget.inc
@@ -57,7 +57,7 @@ function updatecopyright() {
if ($status == 200) {
// Save to a temporary file
file_put_contents($tmpfile, $response);
- // If the file contents are not the same as the existing file, create the trigger to display hte new copyright
+ // If the file contents are not the same as the existing file, create the trigger to display the new copyright
if (!file_exists($copyrightfile) || (md5_file($copyrightfile) != md5_file($tmpfile))) {
touch("{$g['cf_conf_path']}/copynotice_display");
}
OpenPOWER on IntegriCloud