diff --git a/documentation/debugging.html b/documentation/debugging.html index a08b2de89..043c1e1c7 100644 --- a/documentation/debugging.html +++ b/documentation/debugging.html @@ -38,7 +38,7 @@ Debugging mode can be enabled in two different ways:
  1. Add the following line of code before creating new connections:

    - XMPPConection.DEBUG_ENABLED = true;

    + XMPPConnection.DEBUG_ENABLED = true;

  2. Set the Java system property smack.debugEnabled to true. The system property can be set on the command line such as: