From 94740c610143ac26a2c0fa11998db8f0cb76af1a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 16 Aug 2018 23:57:53 -0400 Subject: color: Fix a doc comment typo --- color.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'color.h') diff --git a/color.h b/color.h index ca8a46c..ac3d9b6 100644 --- a/color.h +++ b/color.h @@ -29,7 +29,7 @@ struct colors; /** * Parse a color table. * - * @param ls_color + * @param ls_colors * A color table in the LS_COLORS environment variable format. * @return The parsed color table. */ -- cgit v1.2.3