Skip to content

Commit c713ad2

Browse files
committed
Merge pull request flann-lib#185 from trebor8x/master
Spelling corrections
2 parents dbf1801 + 5ece888 commit c713ad2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/cpp/flann/algorithms/nn_index.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class NNIndex : public IndexBase
135135
}
136136

137137
/**
138-
* Builds th index using using the specified dataset
138+
* Builds the index using the specified dataset
139139
* @param dataset the dataset to use
140140
*/
141141
virtual void buildIndex(const Matrix<ElementType>& dataset)
@@ -482,7 +482,7 @@ class NNIndex : public IndexBase
482482
/**
483483
* @brief Perform radius search
484484
* @param[in] query The query point
485-
* @param[out] indices The indinces of the neighbors found within the given radius
485+
* @param[out] indices The indices of the neighbors found within the given radius
486486
* @param[out] dists The distances to the nearest neighbors found
487487
* @param[in] radius The radius used for search
488488
* @param[in] params Search parameters
@@ -592,7 +592,7 @@ class NNIndex : public IndexBase
592592
/**
593593
* @brief Perform radius search
594594
* @param[in] query The query point
595-
* @param[out] indices The indinces of the neighbors found within the given radius
595+
* @param[out] indices The indices of the neighbors found within the given radius
596596
* @param[out] dists The distances to the nearest neighbors found
597597
* @param[in] radius The radius used for search
598598
* @param[in] params Search parameters

src/cpp/flann/flann.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ class Index
298298
/**
299299
* \brief Perform radius search
300300
* \param[in] queries The query points
301-
* \param[out] indices The indinces of the neighbors found within the given radius
301+
* \param[out] indices The indices of the neighbors found within the given radius
302302
* \param[out] dists The distances to the nearest neighbors found
303303
* \param[in] radius The radius used for search
304304
* \param[in] params Search parameters
@@ -334,7 +334,7 @@ class Index
334334
/**
335335
* \brief Perform radius search
336336
* \param[in] queries The query points
337-
* \param[out] indices The indinces of the neighbors found within the given radius
337+
* \param[out] indices The indices of the neighbors found within the given radius
338338
* \param[out] dists The distances to the nearest neighbors found
339339
* \param[in] radius The radius used for search
340340
* \param[in] params Search parameters

0 commit comments

Comments
 (0)