-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misc. typos (cont.) #2215
Misc. typos (cont.) #2215
Conversation
Found via `codespell -q 3 -I ../pcl-whitelist.txt` Whitelist: ``` ang childs indeces ith lod metre metres nd ot te vertexes ```
These I'm unsure about and need futher review.
Commits in 009cb02 need a little more extra review since source changes have been made. |
👍 There is one function change, but it is an util function in GPU module. I don't think we need to go through the deprecation procedure for that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need to go through the deprecation procedure for that.
Agreed.
gpu/features/src/spinimages.cu
Outdated
@@ -244,7 +244,7 @@ namespace pcl | |||
const float *amgles_end = amgles_beg + FSize; | |||
const float *images_beg = simage_angles; | |||
|
|||
Block::transfrom(amgles_beg, amgles_end, images_beg, output.ptr(i_input), Div12eps()); | |||
Block::transform(amgles_beg, amgles_end, images_beg, output.ptr(i_input), Div12eps()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just noticed the amgles
use all around. Could you also address this one?
pushed requested revision. (FYI, there are more typos but too many to include in this PR. Stay tuned for follow-ups) |
I didn't know we have a guideline on how many typos can be fixed in a single PR 😂 |
I didn't want to overwhelm. :) Actually it's less
|
Found via
codespell -q 3 -I ../pcl-whitelist.txt
Whitelist: