We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8915e commit 1afaea4Copy full SHA for 1afaea4
cmd/faucet/faucet.go
@@ -102,7 +102,7 @@ func main() {
102
if amount == 1 {
103
amounts[i] = strings.TrimSuffix(amounts[i], "s")
104
}
105
- // Calcualte the period for th enext tier and format it
+ // Calculate the period for the next tier and format it
106
period := *minutesFlag * int(math.Pow(3, float64(i)))
107
periods[i] = fmt.Sprintf("%d mins", period)
108
if period%60 == 0 {
0 commit comments