@@ -416,7 +416,7 @@ NIXAPI bool positionInData(const DataArray &data, const NDSize &position);
416
416
NIXAPI bool positionAndExtentInData (const DataArray &data, const NDSize &position, const NDSize &count);
417
417
418
418
/* *
419
- * @brief Retruns the feature data associated with a Tag.
419
+ * @brief Returns the feature data associated with a Tag.
420
420
*
421
421
* @param tag The Tag whos feature data is requested
422
422
* @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
430
430
NIXAPI DEPRECATED DataView retrieveFeatureData (const Tag &tag, ndsize_t feature_index=0 , RangeMatch range_match = RangeMatch::Inclusive);
431
431
432
432
/* *
433
- * @brief Retruns the feature data associated with a Tag.
433
+ * @brief Returns the feature data associated with a Tag.
434
434
*
435
435
* @param tag The Tag whos feature data is requested
436
436
* @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_
441
441
NIXAPI DataView featureData (const Tag &tag, ndsize_t feature_index=0 , RangeMatch range_match = RangeMatch::Exclusive);
442
442
443
443
/* *
444
- * @brief Retruns the feature data associated with a Tag.
444
+ * @brief Returns the feature data associated with a Tag.
445
445
*
446
446
* @param tag The Tag whos feature data is requested.
447
447
* @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
453
453
454
454
455
455
/* *
456
- * @brief Retruns the feature data associated with a Tag.
456
+ * @brief Returns the feature data associated with a Tag.
457
457
*
458
458
* @param tag The Tag whos feature data is requested.
459
459
* @param feature The Feature of which the tagged data is requested.
0 commit comments