summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-06-11 20:06:07 +0200
committerDave Davenport <qball@gmpclient.org>2017-06-11 20:06:07 +0200
commit5d3f69ff69bdc567aa87b20feacdd37870eb92fd (patch)
tree6d962e9a38a33b13c675303d88c23a1c29a3a87d /include
parentf102ed72957569e0b3af7bd318383515e66116d4 (diff)
Fix param
Diffstat (limited to 'include')
-rw-r--r--include/helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helper.h b/include/helper.h
index ad7359fb..0e953a6e 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -227,7 +227,7 @@ char * rofi_latin_to_utf8_strdup ( const char *input, gssize length );
/**
* @param text the string to escape
*
- * Escape XML markup from the string. @param input is freed.
+ * Escape XML markup from the string. @param text is freed.
*
* @return the escaped string
*/