mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 11:17:43 +08:00
chore: fix some typos in comments (#4679)
Signed-off-by: CoolCu <coolcui@qq.com>
This commit is contained in:
@@ -513,7 +513,7 @@ class UptimeCalculator {
|
||||
|
||||
/**
|
||||
* Flat status to UP or DOWN
|
||||
* @param {number} status the status which schould be turned into a flat status
|
||||
* @param {number} status the status which should be turned into a flat status
|
||||
* @returns {UP|DOWN|PENDING} The flat status
|
||||
* @throws {Error} Invalid status
|
||||
*/
|
||||
@@ -594,7 +594,7 @@ class UptimeCalculator {
|
||||
totalPing += data.avgPing * data.up;
|
||||
}
|
||||
|
||||
// Set key to the pervious time period
|
||||
// Set key to the previous time period
|
||||
switch (type) {
|
||||
case "day":
|
||||
key -= 86400;
|
||||
@@ -721,7 +721,7 @@ class UptimeCalculator {
|
||||
result.push(data);
|
||||
}
|
||||
|
||||
// Set key to the pervious time period
|
||||
// Set key to the previous time period
|
||||
switch (type) {
|
||||
case "day":
|
||||
key -= 86400;
|
||||
|
Reference in New Issue
Block a user