Skip to content

Commit 5ece888

Browse files
committed
Update flann.hpp
Correct spelling
1 parent 13da4e9 commit 5ece888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)