Skip to content

Commit ec23c61

Browse files
docs: fix typo in configuration.html (#649)
`UserDataDictionary` -> `UseDataDictionary`
1 parent dce91e6 commit ec23c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickfixj-core/src/main/doc/usermanual/usage/configuration.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ <H3>QuickFIX Settings</H3>
283283
<TD> Valid XML data dictionary file, QuickFIX/J comes with the following defaults in the <code>etc</code> directory:
284284
FIXT11.xml, FIX50.xml, FIX44.xml, FIX43.xml, FIX42.xml, FIX41.xml, FIX40.xml.
285285
</TD>
286-
<TD>If DataDictionary is not specified and UserDataDictionary=Y, then QuickFIX/J will look for a
286+
<TD>If DataDictionary is not specified and UseDataDictionary=Y, then QuickFIX/J will look for a
287287
default dictionary based on the session's BeginString (e.g., FIX.4.2 = FIX42.xml). The DataDictionary
288288
file search strategy is to use a URL, then the file system, and then the thread context classloader (if any),
289289
and then the DataDictionary instance's classloader. Default data dictionary files

0 commit comments

Comments
 (0)