summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-07-30 15:30:47 +0200
committerDave Davenport <qball@blame.services>2022-07-30 15:30:47 +0200
commitb45adf28648144ab31e9af097f033dca1b0de9e2 (patch)
tree60ff25a31bb4af80b104d3c7dfe4b62c21b260fa
parent75d13b4e67d5dc58993b7c628e2b980a6fbf8c7e (diff)
[helper] More typo fixing in comments
-rw-r--r--include/helper-theme.h6
1 files 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.