diff --git a/ui/format.go b/ui/format.go index b513602455e314536a2b46ad279081d5777db279..334364dd7a5315ab58df09cbb03292170b09201f 100644 --- a/ui/format.go +++ b/ui/format.go @@ -20,7 +20,7 @@ type expander struct { // values is the map of values that should be expanded. values map[string]string - // colorize is a flag to indiciate whether to use colors. + // colorize is a flag to indicate whether to use colors. colorize bool // skipNext is true if the next placeholder is not a placeholder and can be