Skip to content

Commit 09d6104

Browse files
authored
Corrects the toAdmin description in the user manual documentation (#356)
* Corrects the toadmin description in the user manual documentation * Corrects the toadmin description in the user manual documentation - from peak to peek
1 parent 22b577d commit 09d6104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: quickfixj-core/src/main/doc/usermanual/usage/application.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ <H2>Creating Your QuickFIX/J Application</H2>
5252
This could happen during a normal logout exchange or because of a forced termination
5353
or a loss of network connection. </dd>
5454
<dt>toAdmin</dt>
55-
<dd> This callback provides you with a peak at the administrative messages
55+
<dd> This callback provides you with a peek at the administrative messages
5656
that are being sent from your FIX engine to the counter party. This is normally
5757
not useful for an application however it is provided for any logging you may
5858
wish to do. Notice that the FIX::Message is not const. This allows you to add
59-
fields before an adminstrative message before it is sent out. </dd>
59+
fields to an administrative message before it is sent out. </dd>
6060
<dt>toApp</dt>
6161
<dd> This is a callback for application messages that you are being
6262
sent to a counterparty. If you throw a <I>DoNotSend</I> exception in this function,

0 commit comments

Comments
 (0)