From b0d1bbee88a711f2c689e4edded3bb3daf69aa0e Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Tue, 09 Jul 2013 10:51:56 +0000
Subject: [PATCH] Fix typo in comment
---
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/webstart/WebStartDownloader.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/webstart/WebStartDownloader.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/webstart/WebStartDownloader.java
index 06ffb03..f04b655 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/webstart/WebStartDownloader.java
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/webstart/WebStartDownloader.java
@@ -84,7 +84,7 @@
/**
* This enumeration contains the different Status on which
- * the dowloading process of the jars can be.
+ * the downloading process of the jars can be.
*
*/
public enum Status
--
Gitblit v1.10.0