From b45adf28648144ab31e9af097f033dca1b0de9e2 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 30 Jul 2022 15:30:47 +0200 Subject: [PATCH] [helper] More typo fixing in comments --- include/helper-theme.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/helper-theme.h b/include/helper-theme.h index ca1528a4..e13705da 100644 --- a/include/helper-theme.h +++ b/include/helper-theme.h @@ -50,10 +50,10 @@ PangoAttrList *helper_token_match_get_pango_attr(RofiHighlightColorStyle th, PangoAttrList *retv); /** - * @param th The RofiHighlightColorStyle - * @param start The start to highlighting. - * @param endp The end point for the highlight * @param retv The Attribute list to update with matches + * @param start The start to highlighting. + * @param end The end point for the highlight + * @param th The RofiHighlightColorStyle * * Creates a set of pango attributes highlighting the matches found in the input * style.