chore: fix some typos in comments (#4679)

Signed-off-by: CoolCu <coolcui@qq.com>
This commit is contained in:
CoolCu
2024-04-16 22:59:07 +08:00
committed by GitHub
parent 05606c69e7
commit b25ac55a2f
4 changed files with 6 additions and 6 deletions

View File

@@ -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;