We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df81736 commit c2c6130Copy full SHA for c2c6130
1 file changed
spring-messaging/src/main/java/org/springframework/messaging/simp/stomp/StompSession.java
@@ -95,7 +95,7 @@ public interface StompSession {
95
* in an ACK or NACK frame respectively.
96
* <p><strong>Note:</strong> to use this when subscribing you must set the
97
* {@link StompHeaders#setAck(String) ack} header to "client" or
98
- * "client-individual" in order ot use this.
+ * "client-individual" in order to use this.
99
* @param messageId the id of the message
100
* @param consumed whether the message was consumed or not
101
* @return a Receiptable for tracking receipts
0 commit comments