@@ -416,7 +416,7 @@ NIXAPI bool positionInData(const DataArray &data, const NDSize &position);
416416NIXAPI bool positionAndExtentInData (const DataArray &data, const NDSize &position, const NDSize &count);
417417
418418/* *
419- * @brief Retruns the feature data associated with a Tag.
419+ * @brief Returns the feature data associated with a Tag.
420420 *
421421 * @param tag The Tag whos feature data is requested
422422 * @param feature_index The index of the desired feature. Default is 0.
@@ -430,7 +430,7 @@ NIXAPI bool positionAndExtentInData(const DataArray &data, const NDSize &positio
430430NIXAPI DEPRECATED DataView retrieveFeatureData (const Tag &tag, ndsize_t feature_index=0 , RangeMatch range_match = RangeMatch::Inclusive);
431431
432432/* *
433- * @brief Retruns the feature data associated with a Tag.
433+ * @brief Returns the feature data associated with a Tag.
434434 *
435435 * @param tag The Tag whos feature data is requested
436436 * @param feature_index The index of the desired feature. Default is 0.
@@ -441,7 +441,7 @@ NIXAPI DEPRECATED DataView retrieveFeatureData(const Tag &tag, ndsize_t feature_
441441NIXAPI DataView featureData (const Tag &tag, ndsize_t feature_index=0 , RangeMatch range_match = RangeMatch::Exclusive);
442442
443443/* *
444- * @brief Retruns the feature data associated with a Tag.
444+ * @brief Returns the feature data associated with a Tag.
445445 *
446446 * @param tag The Tag whos feature data is requested.
447447 * @param feature The Feature of which the tagged data is requested.
@@ -453,7 +453,7 @@ NIXAPI DataView featureData(const Tag &tag, const Feature &feature, RangeMatch r
453453
454454
455455/* *
456- * @brief Retruns the feature data associated with a Tag.
456+ * @brief Returns the feature data associated with a Tag.
457457 *
458458 * @param tag The Tag whos feature data is requested.
459459 * @param feature The Feature of which the tagged data is requested.
0 commit comments