Skip to content

Commit 077422d

Browse files
committed
Merge pull request #93 from estan/patch-1
Fix comment typo
2 parents f17db90 + 0f63987 commit 077422d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cppwamp/include/cppwamp/internal/messagetraits.ipp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CPPWAMP_INLINE const MessageTraits& MessageTraits::lookup(WampMsgType type)
3535
// minSize ------+ | | | | | |
3636
// idPosition ---+ | | | | | | |
3737
// | | | | | | | |
38-
// id messsage repliesTo | | | | | | | |
38+
// id message repliesTo | | | | | | | |
3939
/* 0, --- */ {W::none, 0, 0, 0, 0, 0, 0, 0, 0, {i,n,n,n,n,n,n}},
4040
/* 1, hello */ {W::none, 0, 3, 3, 0, 1, 1, 0, 0, {i,s,o,n,n,n,n}},
4141
/* 2, welcome */ {W::none, 0, 3, 3, 1, 0, 1, 0, 0, {i,i,o,n,n,n,n}},
@@ -78,7 +78,7 @@ CPPWAMP_INLINE const MessageTraits& MessageTraits::lookup(WampMsgType type)
7878
// minSize ------+ | | | | | |
7979
// idPosition ---+ | | | | | | |
8080
// | | | | | | | |
81-
// id messsage repliesTo | | | | | | | |
81+
// id message repliesTo | | | | | | | |
8282
/* 32, subscribe */ {W::none, 1, 4, 4, 0, 1, 0, 0, 1, {i,i,o,s,n,n,n}},
8383
/* 33, subscribed */ {W::subscribe, 1, 3, 3, 1, 0, 0, 0, 1, {i,i,i,n,n,n,n}},
8484
/* 34, unsubscribe */ {W::none, 1, 3, 3, 0, 1, 0, 0, 1, {i,i,i,n,n,n,n}},

0 commit comments

Comments
 (0)