Fixed doc typo
[libcds.git] / cds / container / impl / skip_list_map.h
index b0fa85779e7b51d15cf49b551a0992449f56035e..aedf72131cae8eb51b2f7bba9e39fe0babdcfc52 100644 (file)
@@ -348,7 +348,7 @@ namespace cds { namespace container {
 
             The functor may change any fields of the \p item.second that is \ref value_type.
 
-            Returns <tt> std::pair<bool, bool> </tt> where \p first is \p true if operation is successfull,
+            Returns <tt> std::pair<bool, bool> </tt> where \p first is \p true if operation is successful,
             \p second is \p true if new item has been added or \p false if \p key already exists.
 
             @warning See \ref cds_intrusive_item_creating "insert item troubleshooting"