Skip to content

Fix more spelling errors - #1353

Merged
peternewman merged 3 commits into
OpenLightingProject:0.10from
peternewman:0.10-json-patch-header
Jan 4, 2018
Merged

Fix more spelling errors#1353
peternewman merged 3 commits into
OpenLightingProject:0.10from
peternewman:0.10-json-patch-header

Conversation

@peternewman

Copy link
Copy Markdown
Member

Use the latest codespell and improve the regex to help find them

@peternewman peternewman added this to the 0.10.6 milestone Jan 4, 2018
@peternewman
peternewman merged commit 22f19fe into OpenLightingProject:0.10 Jan 4, 2018
IPV4Address m_localhost;
ola::SingleUseCallback0<void> *m_timeout_closure;
unsigned int m_sucessfull_calls;
unsigned int m_sucessful_calls;

@FloEdelmann FloEdelmann Jan 5, 2018

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

shouldn't it be m_successful_calls, i.e. 2 cs? This is not yet covered by #1355 (although it's the same spelling mistake).

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Well spotted @FloEdelmann . I think when #1360 is in, I'll have found all variants of suc+es+ful+ , some fixed in master, and some in 0.10. It now finds words within underscores, so should catch that sort of thing in future. CamelCase and camelCase still need resolving if anyone fancies a python regex challenge!

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.

3 participants