Skip to content

Commit 5ca7c69

Browse files
committed
Typo
1 parent 6b38f26 commit 5ca7c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/MessagePackHubProtocol.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public List<HubMessage> parseMessages(String payload, InvocationBinder binder) {
9191
default:
9292
break;
9393
}
94-
// Incrememnt buffer's position by the number of bytes we just read
94+
// Increment buffer's position by the number of bytes we just read
9595
bb = bb.position(bb.position() + length);
9696
unpacker.close();
9797
}

0 commit comments

Comments
 (0)