# HG changeset patch # User Mike Becker # Date 1682010805 -7200 # Node ID 5d0244c6fa3e733607443c5a894140b8960f90be # Parent c27fa8b672866e00c5d50a306f1d574d742ec7ab fix typo diff -r c27fa8b67286 -r 5d0244c6fa3e src/cx/map.h --- 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