fix function name in comment (#21214)

Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
cui fliter
2023-06-17 04:03:07 +08:00
committed by GitHub
parent d76424cb53
commit 8b30657ddc
4 changed files with 4 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ func ensureNoLeadingSlash(s string) string {
return s
}
// columnOuput prints the list of items as a table with no headers.
// columnOutput prints the list of items as a table with no headers.
func columnOutput(list []string, c *columnize.Config) string {
if len(list) == 0 {
return ""