fix typo in documentation

Tue, 15 Feb 2022 20:01:59 +0100

author
Mike Becker <universe@uap-core.de>
date
Tue, 15 Feb 2022 20:01:59 +0100
changeset 505
03e9151bea32
parent 504
aaf89ce0cbf6
child 506
18782bbe3607

fix typo in documentation

src/cx/list.h file | annotate | diff | comparison | revisions
--- a/src/cx/list.h	Tue Feb 15 19:48:25 2022 +0100
+++ b/src/cx/list.h	Tue Feb 15 20:01:59 2022 +0100
@@ -193,7 +193,8 @@
 typedef struct cx_list_s CxList;
 
 /**
- * Convenience function to configure the memory management for this a list.
+ * Convenience function to configure the memory management for this list.
+ *
  * @param list the list to configure
  * @param list_destructor an alternative list destructor to use (if \c NULL, the current destructor remains unchanged)
  * @param content_destructor the content destructor to use (if \c NULL, no content destructor is used)

mercurial