[
https://issues.apache.org/jira/browse/ARTEMIS-4311?focusedWorklogId=866497&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-866497
]
ASF GitHub Bot logged work on ARTEMIS-4311:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 20/Jun/23 12:46
Start Date: 20/Jun/23 12:46
Worklog Time Spent: 10m
Work Description: gemmellr commented on code in PR #4515:
URL: https://github.com/apache/activemq-artemis/pull/4515#discussion_r1235209364
##########
docs/user-manual/en/message-grouping.md:
##########
@@ -89,7 +89,7 @@ However if you really do want to close a group you can add a
negative sequence n
Example:
```java
-Mesasge message = session.createTextMessage("<foo>hey</foo>");
+message message = session.createTextMessage("<foo>hey</foo>");
Review Comment:
Should be upper case M to match the interface type.
Issue Time Tracking
-------------------
Worklog Id: (was: 866497)
Time Spent: 0.5h (was: 20m)
> Strange typo propagated throughout the codebase: "Mesasge"
> ----------------------------------------------------------
>
> Key: ARTEMIS-4311
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4311
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.28.0
> Reporter: Geert Schuring
> Assignee: Justin Bertram
> Priority: Minor
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Somehow the same typo appears in 23 files. See
> [https://github.com/search?q=repo%3Aapache%2Factivemq-artemis%20mesasge&type=code]
> Nothing major, but a bit cringe to see this in the config of every broker I
> create :)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)