Skip to content
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

Merged
merged 3 commits into from
Feb 16, 2018
Merged

Conversation

luzpaz
Copy link
Contributor

@luzpaz luzpaz commented Feb 14, 2018

Found via codespell -q 3 -I ../pcl-whitelist.txt

Whitelist:

ang
childs
indeces
ith
lod
metre
metres
nd
ot
te
vertexes

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.
@luzpaz
Copy link
Contributor Author

luzpaz commented Feb 14, 2018

Commits in 009cb02 need a little more extra review since source changes have been made.

@taketwo
Copy link
Member

taketwo commented Feb 15, 2018

👍

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.

Copy link
Member

@SergioRAgostinho SergioRAgostinho left a 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.

@@ -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());
Copy link
Member

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?

@luzpaz
Copy link
Contributor Author

luzpaz commented Feb 15, 2018

pushed requested revision. (FYI, there are more typos but too many to include in this PR. Stay tuned for follow-ups)

@taketwo
Copy link
Member

taketwo commented Feb 15, 2018

I didn't know we have a guideline on how many typos can be fixed in a single PR 😂

@luzpaz
Copy link
Contributor Author

luzpaz commented Feb 15, 2018

I didn't know we have a guideline on how many typos can be fixed in a single PR 😂

[foo@bar pcl]$ codespell -q 3 -I ../pcl-whitelist.txt --skip="./surface/include/pcl/surface/3rdparty" | wc -l
461

I didn't want to overwhelm. :)

Actually it's less

[foo@bar pcl]$ codespell -q 3 -I ../pcl-whitelist.txt --skip="./surface/include/pcl/surface/3rdparty,./surface/src/3rdparty,./recognition/include/pcl/recognition/3rdparty" | wc -l
287

@luzpaz luzpaz mentioned this pull request Feb 15, 2018
@SergioRAgostinho SergioRAgostinho merged commit 54650f8 into PointCloudLibrary:master Feb 16, 2018
@SergioRAgostinho SergioRAgostinho added module: docs changelog: API break Meta-information for changelog generation labels Feb 16, 2018
@luzpaz luzpaz deleted the misc-typos-cont branch February 16, 2018 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: API break Meta-information for changelog generation module: docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants