Skip to content

Commit

Permalink
fixed typo in comment (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodenatale authored and xinchen10 committed Jan 2, 2020
1 parent c161ce1 commit 6f8b6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AmqpObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ namespace Microsoft.Azure.Amqp
// Async Open/Close: after Open/CloseInternal, the
// state is Open/CloseSent. It is waiting for
// for the Open/Close command. It is completed
// in OnRecieveOpen/CloseCommand. Example: initiator.
// in OnReceiveOpen/CloseCommand. Example: initiator.
// Sync Open/Close: after Open/CloseInternal, the
// state is Opened/End. Everything is completed
// synchronously. Example: acceptor.
Expand Down

0 comments on commit 6f8b6e1

Please sign in to comment.