mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[helper] More typo fixing in comments
This commit is contained in:
parent
75d13b4e67
commit
b45adf2864
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue