[helper] More typo fixing in comments

This commit is contained in:
Dave Davenport 2022-07-30 15:30:47 +02:00
parent 75d13b4e67
commit b45adf2864
1 changed files with 3 additions and 3 deletions

View File

@ -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.