Merge pull request #14507 from karalabe/faucet-misspell

cmd/faucet: fix a few typos
This commit is contained in:
Péter Szilágyi 2017-05-24 17:14:21 +03:00 committed by GitHub
commit 344f25fb3e
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ func main() {
if amount == 1 {
amounts[i] = strings.TrimSuffix(amounts[i], "s")
}
// Calcualte the period for th enext tier and format it
// Calculate the period for the next tier and format it
period := *minutesFlag * int(math.Pow(3, float64(i)))
periods[i] = fmt.Sprintf("%d mins", period)
if period%60 == 0 {