From ad8d15f8f5533ccf89dd8134f4f369b97429a022 Mon Sep 17 00:00:00 2001 From: boli <boli@localhost> Date: Fri, 31 Aug 2007 16:13:42 +0000 Subject: [PATCH] Fixed a typo in the DBTest tool help. --- opends/src/server/org/opends/server/loggers/debug/package-info.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/server/org/opends/server/loggers/debug/package-info.java b/opends/src/server/org/opends/server/loggers/debug/package-info.java index 84d9431..c76bb12 100644 --- a/opends/src/server/org/opends/server/loggers/debug/package-info.java +++ b/opends/src/server/org/opends/server/loggers/debug/package-info.java @@ -34,7 +34,7 @@ * concerns across server code base at weave time during the build process. If * the weaving step is skipped, the debug logging framework is disabled. * The AspectJ aspect defined in the Tracer class is used to automatically trace - * method entry and exit events and generate the appropreate debug messages. It + * method entry and exit events and generate the appropriate debug messages. It * also keeps track of the source location of debug message calls so information * about the class, method, line number, and threads are automatically included * in the debug message. -- Gitblit v1.10.0