Skip to content

Commit 1afaea4

Browse files
committed
cmd/faucet: fix a few typos
1 parent 3b8915e commit 1afaea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/faucet/faucet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ func main() {
102102
if amount == 1 {
103103
amounts[i] = strings.TrimSuffix(amounts[i], "s")
104104
}
105-
// Calcualte the period for th enext tier and format it
105+
// Calculate the period for the next tier and format it
106106
period := *minutesFlag * int(math.Pow(3, float64(i)))
107107
periods[i] = fmt.Sprintf("%d mins", period)
108108
if period%60 == 0 {

0 commit comments

Comments
 (0)