From 1ee1732688299d4cfe7d8a9011e27139c7c95dcb Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Tue, 26 Aug 2014 09:16:08 +0000
Subject: [PATCH] Fix typos in comments
---
opends/src/server/org/opends/server/controls/EntryChangeNotificationControl.java | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/opends/src/server/org/opends/server/controls/EntryChangeNotificationControl.java b/opends/src/server/org/opends/server/controls/EntryChangeNotificationControl.java
index 0aa5fec..f4280f4 100644
--- a/opends/src/server/org/opends/server/controls/EntryChangeNotificationControl.java
+++ b/opends/src/server/org/opends/server/controls/EntryChangeNotificationControl.java
@@ -22,6 +22,7 @@
*
*
* Copyright 2006-2009 Sun Microsystems, Inc.
+ * Portions Copyright 2014 ForgeRock AS
*/
package org.opends.server.controls;
import org.opends.messages.Message;
@@ -53,7 +54,7 @@
extends Control
{
/**
- * ControlDecoder implentation to decode this control from a ByteString.
+ * ControlDecoder implementation to decode this control from a ByteString.
*/
private final static class Decoder
implements ControlDecoder<EntryChangeNotificationControl>
@@ -130,7 +131,7 @@
}
/**
- * The Control Decoder that can be used to decode this control.
+ * The ControlDecoder that can be used to decode this control.
*/
public static final ControlDecoder<EntryChangeNotificationControl> DECODER =
new Decoder();
@@ -242,7 +243,7 @@
/**
- * Writes this control's value to an ASN.1 writer. The value (if any) must be
+ * Writes this control value to an ASN.1 writer. The value (if any) must be
* written as an ASN1OctetString.
*
* @param writer The ASN.1 output stream to write to.
--
Gitblit v1.10.0