-
Notifications
You must be signed in to change notification settings - Fork 3
Fix all typos found by a spell checker #16
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
Conversation
@@ -5,7 +5,7 @@ | |||
// | |||
// THIS CODE IS PROVIDED *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, | |||
// EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR | |||
// CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR | |||
// CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY OR |
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.
Is this typo also in Chuck's example?
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.
yep
// * Recovers from a peer failure by connecting to a list of AMQP brokers/peers. | ||
// * Builds or rebuilds the AMPQ object hierarchy in response to protocol events. | ||
// * Builds or rebuilds the AMQP object hierarchy in response to protocol events. |
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.
Is this typo also in Chuck's example?
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.
yep
@@ -14,9 +14,9 @@ | |||
|
|||
// | |||
// ReconnectSender | |||
// * Detects a failed AMQP connection and automatically reconnets it. | |||
// * Detects a failed AMQP connection and automatically reconnects it. |
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.
Is this typo also in Chuck's example?
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.
yep this example was copied from chuck
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.
Thanks @jdanekrh for fixing typos 👍
OK, will fix it in chucks code, before some customer reports it :( Typo in hello world... |
Done, Azure/amqpnetlite#298 |
No description provided.