Fixed doc typo
[libcds.git] / cds / container / striped_set / adapter.h
index 3f0df6428069bb7f251eb6b67225992fa1cdecd1..3a6bc81d886e7a60e5000d738d66b725484e589e 100644 (file)
@@ -128,7 +128,7 @@ namespace cds { namespace container {
                 The type \p Q can differ from \ref value_type of items storing in the container.
                 Therefore, the \p value_type should be comparable with type \p Q and constructible from type \p Q,
 
-                Returns <tt> std::pair<bool, bool> </tt> where \p first is true if operation is successfull,
+                Returns <tt> std::pair<bool, bool> </tt> where \p first is true if operation is successful,
                 \p second is true if new item has been added or \p false if the item with \p val key
                 already exists.
                 <hr>