summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2023-10-23 15:34:34 +0200
committerSimon Rettberg2023-10-23 15:34:34 +0200
commitc2a9ce186fdc19fe5513e680ed089fb0236077cc (patch)
tree4e429942b1df376d4c2c176d72d9e7bd63c9525e
parent[serversetup-bwlp-ipxe] Fix missing column in query (diff)
downloadslx-admin-c2a9ce186fdc19fe5513e680ed089fb0236077cc.tar.gz
slx-admin-c2a9ce186fdc19fe5513e680ed089fb0236077cc.tar.xz
slx-admin-c2a9ce186fdc19fe5513e680ed089fb0236077cc.zip
[systemstatus] Fix comment typo
-rw-r--r--modules-available/systemstatus/inc/systemstatus.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules-available/systemstatus/inc/systemstatus.inc.php b/modules-available/systemstatus/inc/systemstatus.inc.php
index ff8543c1..8bc67385 100644
--- a/modules-available/systemstatus/inc/systemstatus.inc.php
+++ b/modules-available/systemstatus/inc/systemstatus.inc.php
@@ -58,9 +58,9 @@ class SystemStatus
}
/**
- * Get timestamp of the available updates. This is an estimate, the downloaded apt data usually
- * preserves the Last-Modified timestamp from the HTTP download or the according data. Note
- * that this list gets updated whener any available package changes, so it does not necessarily
+ * Get timestamp of the available updates. This is an estimate; the downloaded apt data usually
+ * preserves the Last-Modified timestamp from the HTTP download of the according data. Note
+ * that this list gets updated whenever any available package changes, so it does not necessarily
* mean that any currently installed package can be updated when the list changes.
*/
public static function getAptLastDbUpdateTime(): int