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

Fix typos in the whole codebase #2217

Merged
merged 5 commits into from
Feb 26, 2018

Conversation

luzpaz
Copy link
Contributor

@luzpaz luzpaz commented Feb 15, 2018

Found via codespell -q 3 -I ../pcl-whitelist.txt --skip="./surface/include/pcl/surface/3rdparty,./surface/src/3rdparty,./recognition/include/pcl/recognition/3rdparty"

Maintainer edit: fixes #2228

@luzpaz luzpaz mentioned this pull request Feb 15, 2018
@SergioRAgostinho
Copy link
Member

SergioRAgostinho commented Feb 16, 2018

There's a merge conflict here. Rebase to the current master to fix it please.

$ git rebase origin/master
# you're gonna git complaining about conflicts
$ git mergetool
# after you fix the merge conflicts
$ git rebase --continue

@SergioRAgostinho SergioRAgostinho added the needs: author reply Specify why not closed/merged yet label Feb 16, 2018
Found via `codespell -q 3 -I ../pcl-whitelist.txt --skip="./surface/include/pcl/surface/3rdparty,./surface/src/3rdparty,./recognition/include/pcl/recognition/3rdparty"`
Whitelist:
```
ang
childs
everytime
iff
indeces
isnt
ith
lod
metre
metres
mitre
nd
normaly
ot
resizeable
te
vertexes
```
@luzpaz luzpaz force-pushed the misc-typos-revised branch from 3d35a93 to b9916c3 Compare February 16, 2018 10:29
@luzpaz
Copy link
Contributor Author

luzpaz commented Feb 16, 2018

done.

@@ -539,7 +539,7 @@ costFunction4(float ref_val,float depth_val)
float proportion = 0.999f;
float lhood = proportion + (1-proportion)*(top/bottom);

// safety fix thats seems to be required due to opengl ayschronizate
// safety fix that seems to be required due to opengl asyschronizate
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please check these fixes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Darn, i left a typo in asyschronizate. But actually after more research (not sure I why I didn't do this the first time) I think the word should actually be asynchronization

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can someone respond to this?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm no native speaker, but Wiktionary has such a word.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to change this? Then we can merge.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

More importantly, who is Hordur? 😆 My guess would also go with asynchronization.

@@ -277,7 +277,7 @@ pcl::Morphology<PointT>::subtractionBinary (
const pcl::PointCloud<PointT> &input1,
const pcl::PointCloud<PointT> &input2)
{
const int height = (input1.height < input2.hieght) ? input1.height : input2.height;
const int height = (input1.height < input2.height) ? input1.height : input2.height;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please review

@@ -299,7 +299,7 @@ pcl::Morphology<PointT>::unionBinary (
const pcl::PointCloud<PointT> &input1,
const pcl::PointCloud<PointT> &input2)
{
const int height = (input1.height < input2.hieght) ? input1.height : input2.height;
const int height = (input1.height < input2.height) ? input1.height : input2.height;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please review

@SergioRAgostinho
Copy link
Member

Can we add a commit fixing #2228 ?

@luzpaz luzpaz mentioned this pull request Feb 25, 2018
@SergioRAgostinho SergioRAgostinho added needs: more work Specify why not closed/merged yet and removed needs: author reply Specify why not closed/merged yet labels Feb 25, 2018
@luzpaz
Copy link
Contributor Author

luzpaz commented Feb 26, 2018

83ce99d fixes the discussed revisions
844babb more misc. comment and doxy typos
c056003 remaining source typos I just found
That should be it.

@luzpaz luzpaz force-pushed the misc-typos-revised branch from d23c294 to c056003 Compare February 26, 2018 11:49
@SergioRAgostinho SergioRAgostinho merged commit bba5936 into PointCloudLibrary:master Feb 26, 2018
@SergioRAgostinho SergioRAgostinho removed the needs: more work Specify why not closed/merged yet label Feb 26, 2018
@luzpaz luzpaz deleted the misc-typos-revised branch February 26, 2018 12:04
@taketwo taketwo changed the title Misc. typos (cont. 2) Fix typos in the whole codebase Sep 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo
3 participants