From 061e0172510debb6cd8920caa717c29a10e1b233 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Thu, 01 Mar 2007 23:48:24 +0000
Subject: [PATCH] Fixed spelling error of a debug method (org.opends.server.loggers.debug.DebugLogger.debugCought should be debugCaught).

---
 opends/src/server/org/opends/server/loggers/debug/DebugLogger.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/src/server/org/opends/server/loggers/debug/DebugLogger.java b/opends/src/server/org/opends/server/loggers/debug/DebugLogger.java
index ba77396..f3013aa 100644
--- a/opends/src/server/org/opends/server/loggers/debug/DebugLogger.java
+++ b/opends/src/server/org/opends/server/loggers/debug/DebugLogger.java
@@ -269,13 +269,13 @@
 
 
   /**
-   * Stub method for logging a cought exception in a method.
+   * Stub method for logging a caught exception in a method.
    * Implementation provided by AspectJ.
    *
    * @param level The level of the message being logged.
-   * @param t     The exception cought.
+   * @param t     The exception caught.
    */
-  public static void debugCought(LogLevel level, Throwable t)
+  public static void debugCaught(LogLevel level, Throwable t)
   {}
 
   /**

--
Gitblit v1.10.0