diff --git a/template/template.go b/template/template.go index 0eb0ed2be4062a4093d89db9d48770340d7655d4..031bdbd8b8d787dd02774e70588ccae7e6b6c7df 100644 --- a/template/template.go +++ b/template/template.go @@ -230,7 +230,7 @@ func NewTemplateExpander( if minutes != 0 { return fmt.Sprintf("%s%dm %ds", sign, minutes, seconds) } - // For seconds, we display 4 significant digts. + // For seconds, we display 4 significant digits. return fmt.Sprintf("%s%.4gs", sign, v) } prefix := ""