Fixed doc typo
[libcds.git] / cds / container / impl / feldman_hashmap.h
index 2e28e3e248949eb8214dc2a3ab9b345406b4347e..60d73cf22e18b2d9a98bb0074905e6286fd6f264 100644 (file)
@@ -486,7 +486,7 @@ namespace cds { namespace container {
 
             The functor may change any fields of the \p item.second.
 
-            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"