Skip to content

Commit 03c7718

Browse files
authored
corrected typo (#389)
1 parent 77f21e7 commit 03c7718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickfixj-core/src/main/java/quickfix/Message.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ public boolean trailerHasGroup(Group group) {
306306

307307
/**
308308
* Converts the message into a simple XML format. This format is
309-
* probably not sufficient for production use, but it more intended
309+
* probably not sufficient for production use, but is more intended
310310
* for diagnostics and debugging. THIS IS NOT FIXML.
311311
*
312312
* To get names instead of tag number, use toXML(DataDictionary)
@@ -321,7 +321,7 @@ public String toXML() {
321321

322322
/**
323323
* Converts the message into a simple XML format. This format is
324-
* probably not sufficient for production use, but it more intended
324+
* probably not sufficient for production use, but is more intended
325325
* for diagnostics and debugging. THIS IS NOT FIXML.
326326
*
327327
* @param dataDictionary

0 commit comments

Comments
 (0)