Fixed typo.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1920 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2003-05-05 15:11:31 +00:00 committed by mtucker
parent 000100a149
commit 6551c8edb9
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Debugging mode can be enabled in two different ways:
<ol>
<li>Add the following line of code before creating new connections:<p>
<tt>XMPPConection.DEBUG_ENABLED = true;</tt><p>
<tt>XMPPConnection.DEBUG_ENABLED = true;</tt><p>
<li>Set the Java system property <tt>smack.debugEnabled</tt> to true. The
system property can be set on the command line such as:<p>