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

Fixed spelling mistakes in documentation and variable names #60

Merged
merged 2 commits into from
Jun 5, 2016
Merged

Fixed spelling mistakes in documentation and variable names #60

merged 2 commits into from
Jun 5, 2016

Conversation

michael-baker
Copy link
Contributor

Fixed up some spelling mistakes in variable names and some unit test methods.

@MichaCo
Copy link
Owner

MichaCo commented May 31, 2016

Nice job, thank you very much!

@@ -99,23 +99,23 @@ public static BackplaneMessage Deserialize(string message)

var tokens = message.Split(new[] { ":" }, StringSplitOptions.RemoveEmptyEntries);

var ident = tokens[0];
var indent = tokens[0];
Copy link
Owner

Choose a reason for hiding this comment

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

not sure why you changed that one. ident was short for identity ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops, I'll back that out.

@michael-baker
Copy link
Contributor Author

Fixed the over zealous fixing. Hope it's OK now.

@MichaCo
Copy link
Owner

MichaCo commented Jun 1, 2016

Great, thank you 👍

@MichaCo MichaCo merged commit f737ff7 into MichaCo:dev Jun 5, 2016
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.

None yet

2 participants