From 72477701c8a2a43d53d3385976cb8f511908a608 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
---
opends/src/server/org/opends/server/synchronization/OperationContext.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/synchronization/OperationContext.java b/opends/src/server/org/opends/server/synchronization/OperationContext.java
index 949c016..89c7e5c 100644
--- a/opends/src/server/org/opends/server/synchronization/OperationContext.java
+++ b/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