From 6551c8edb9b455841a63e949b74d655cb9183b2b Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Mon, 5 May 2003 15:11:31 +0000 Subject: [PATCH] Fixed typo. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1920 b35dd754-fafc-0310-a699-88a17e54d16e --- documentation/debugging.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: