From 46a7dc32fb9e33ec669e90cd78334e8b9213580b Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Fri, 23 May 2008 17:48:43 +0000
Subject: [PATCH] Fix comment typo.

---
 opends/src/server/org/opends/server/loggers/MultifileTextWriter.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/server/org/opends/server/loggers/MultifileTextWriter.java b/opends/src/server/org/opends/server/loggers/MultifileTextWriter.java
index 080fadc..ee8e69f 100644
--- a/opends/src/server/org/opends/server/loggers/MultifileTextWriter.java
+++ b/opends/src/server/org/opends/server/loggers/MultifileTextWriter.java
@@ -336,7 +336,7 @@
   }
 
   /**
-   * Set the internval in which the rotator thread checks to see if the log
+   * Set the interval in which the rotator thread checks to see if the log
    * file should be rotated.
    *
    * @param interval The interval to check if the log file needs to be rotated.

--
Gitblit v1.10.0