Fix typos
[babeltrace.git] / src / cpp-common / bt2 / value.hpp
index 9b12211c6221ca31da58da6f6e24efe612883be3..81c033673f8b70d72c056e7dc5c0c4ed2094d54e 100644 (file)
@@ -1162,7 +1162,7 @@ using CommonMapValueForEachUserFunc = std::function<void(bt2c::CStringView, ObjT
  * `CommonMapValueForEachUserFunc<ObjT>` (the user function to call).
  *
  * This function catches any exception which the user function throws
- * and returns the `ErrorStatus` value. If there's no execption, this
+ * and returns the `ErrorStatus` value. If there's no exception, this
  * function returns the `OkStatus` value.
  */
 template <typename ObjT, typename LibObjT, typename LibStatusT, int OkStatus, int ErrorStatus>
This page took 0.024653 seconds and 4 git commands to generate.