Skip to content

Commit d7006e9

Browse files
NerahikadaSOF3
authored andcommitted
Fix typo "freuqency"
1 parent 2ac7cae commit d7006e9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/SOFe/Capital/Analytics/Config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ private static function parseSingleQuery(Parser $infoConfig, Schema\Schema $sche
144144
throw new AssertionError("unreachable code");
145145
}
146146

147-
$updateFrequencyTicks = (int) ($infoConfig->expectNumber("update-freuqency", 5.0, <<<'EOT'
147+
$updateFrequencyTicks = (int) ($infoConfig->expectNumber("update-frequency", 5.0, <<<'EOT'
148148
The frequency in seconds at which the info is refreshed from the server.
149149
This will only affect displays and will not affect transactions.
150150
EOT) * 20.);

suitetest/cases/config-regen-currency/expect-config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ analytics:
7676
- "balance-min": The minimum balance of the accounts selected.
7777
- "balance-max": The maximum balance of the accounts selected.
7878
metric: balance-sum
79-
'#update-freuqency': |-
79+
'#update-frequency': |-
8080
The frequency in seconds at which the info is refreshed from the server.
8181
This will only affect displays and will not affect transactions.
82-
update-freuqency: 5
82+
update-frequency: 5
8383
'#info-commands': |-
8484
Commands that display information about a player.
8585
You can use the infos defined in the player-infos section above,

suitetest/cases/mysql/expect-config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ analytics:
6969
- "balance-min": The minimum balance of the accounts selected.
7070
- "balance-max": The maximum balance of the accounts selected.
7171
metric: balance-sum
72-
'#update-freuqency': |-
72+
'#update-frequency': |-
7373
The frequency in seconds at which the info is refreshed from the server.
7474
This will only affect displays and will not affect transactions.
75-
update-freuqency: 5
75+
update-frequency: 5
7676
'#info-commands': |-
7777
Commands that display information about a player.
7878
You can use the infos defined in the player-infos section above,

suitetest/cases/sqlite/expect-config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ analytics:
6969
- "balance-min": The minimum balance of the accounts selected.
7070
- "balance-max": The maximum balance of the accounts selected.
7171
metric: balance-sum
72-
'#update-freuqency': |-
72+
'#update-frequency': |-
7373
The frequency in seconds at which the info is refreshed from the server.
7474
This will only affect displays and will not affect transactions.
75-
update-freuqency: 5
75+
update-frequency: 5
7676
'#info-commands': |-
7777
Commands that display information about a player.
7878
You can use the infos defined in the player-infos section above,

0 commit comments

Comments
 (0)