From 979d5f721f27ea3e54d27a03a238fd56d7ee685d Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Mon, 5 May 2003 05:02:01 +0000 Subject: [PATCH] Fixed typos. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1918 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 70bde31af..a08b2de89 100644 --- a/documentation/debugging.html +++ b/documentation/debugging.html @@ -42,7 +42,7 @@ Debugging mode can be enabled in two different ways:
  • Set the Java system property smack.debugEnabled to true. The system property can be set on the command line such as:

    - java SomeApp -Dsmack.debugEnabled=true. + java -Dsmack.debugEnabled=true SomeApp