fix typo

Thu, 20 Apr 2023 19:13:25 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 20 Apr 2023 19:13:25 +0200
changeset 689
5d0244c6fa3e
parent 688
c27fa8b67286
child 690
2c2304622981

fix typo

src/cx/map.h file | annotate | diff | comparison | revisions
--- a/src/cx/map.h	Tue Apr 18 19:19:04 2023 +0200
+++ b/src/cx/map.h	Thu Apr 20 19:13:25 2023 +0200
@@ -271,7 +271,7 @@
  *
  * In general, you should only use this function if the map does not own
  * the data and there is a valid reference to the data somewhere else
- * in the program. In all other cases it is prefarable to use
+ * in the program. In all other cases it is preferable to use
  * cxMapRemove() or cxMapRemoveAndGet().
  *
  * @param map the map

mercurial