From 415998ea7d71d151ffa561b7e5e2c2b024119576 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Fri, 22 Sep 2006 08:29:04 +0000
Subject: [PATCH] Fix a typo in the javadoc

---
 opendj-sdk/opends/src/server/org/opends/server/synchronization/OperationContext.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/synchronization/OperationContext.java b/opendj-sdk/opends/src/server/org/opends/server/synchronization/OperationContext.java
index 949c016..89c7e5c 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/synchronization/OperationContext.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/synchronization/OperationContext.java
@@ -84,7 +84,7 @@
    * Get the change number of an operation.
    *
    * @param op The operation.
-   * @return the hange number of the provided operation.
+   * @return the change number of the provided operation.
    */
   public static ChangeNumber getChangeNumber(Operation op)
   {

--
Gitblit v1.10.0