Skip to content

Commit

Permalink
Merge pull request #2773 from 7680x4320/fix-typo-in-docstring
Browse files Browse the repository at this point in the history
Fix typo in docstring
  • Loading branch information
taketwo authored Jan 15, 2019
2 parents c0665fd + e3d5660 commit 784a2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kdtree/include/pcl/kdtree/kdtree_flann.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ namespace pcl
/** \brief mapping between internal and external indices. */
std::vector<int> index_mapping_;

/** \brief whether the mapping bwwteen internal and external indices is identity */
/** \brief whether the mapping between internal and external indices is identity */
bool identity_mapping_;

/** \brief Tree dimensionality (i.e. the number of dimensions per point). */
Expand Down

0 comments on commit 784a2cd

Please sign in to comment.