Skip to content

Commit

Permalink
Fix typo "freuqency"
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerahikada authored and SOF3 committed Oct 22, 2022
1 parent 2ac7cae commit d7006e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/SOFe/Capital/Analytics/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ private static function parseSingleQuery(Parser $infoConfig, Schema\Schema $sche
throw new AssertionError("unreachable code");
}

$updateFrequencyTicks = (int) ($infoConfig->expectNumber("update-freuqency", 5.0, <<<'EOT'
$updateFrequencyTicks = (int) ($infoConfig->expectNumber("update-frequency", 5.0, <<<'EOT'
The frequency in seconds at which the info is refreshed from the server.
This will only affect displays and will not affect transactions.
EOT) * 20.);
Expand Down
4 changes: 2 additions & 2 deletions suitetest/cases/config-regen-currency/expect-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ analytics:
- "balance-min": The minimum balance of the accounts selected.
- "balance-max": The maximum balance of the accounts selected.
metric: balance-sum
'#update-freuqency': |-
'#update-frequency': |-
The frequency in seconds at which the info is refreshed from the server.
This will only affect displays and will not affect transactions.
update-freuqency: 5
update-frequency: 5
'#info-commands': |-
Commands that display information about a player.
You can use the infos defined in the player-infos section above,
Expand Down
4 changes: 2 additions & 2 deletions suitetest/cases/mysql/expect-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ analytics:
- "balance-min": The minimum balance of the accounts selected.
- "balance-max": The maximum balance of the accounts selected.
metric: balance-sum
'#update-freuqency': |-
'#update-frequency': |-
The frequency in seconds at which the info is refreshed from the server.
This will only affect displays and will not affect transactions.
update-freuqency: 5
update-frequency: 5
'#info-commands': |-
Commands that display information about a player.
You can use the infos defined in the player-infos section above,
Expand Down
4 changes: 2 additions & 2 deletions suitetest/cases/sqlite/expect-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ analytics:
- "balance-min": The minimum balance of the accounts selected.
- "balance-max": The maximum balance of the accounts selected.
metric: balance-sum
'#update-freuqency': |-
'#update-frequency': |-
The frequency in seconds at which the info is refreshed from the server.
This will only affect displays and will not affect transactions.
update-freuqency: 5
update-frequency: 5
'#info-commands': |-
Commands that display information about a player.
You can use the infos defined in the player-infos section above,
Expand Down

0 comments on commit d7006e9

Please sign in to comment.