From 4edab64c72c9319c4c6e0a1db4abe22f063e7833 Mon Sep 17 00:00:00 2001
From: abobrov <abobrov@localhost>
Date: Wed, 24 Dec 2008 02:54:46 +0000
Subject: [PATCH] - fix some typos

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

diff --git a/opendj-sdk/opends/src/server/org/opends/server/backends/NullBackend.java b/opendj-sdk/opends/src/server/org/opends/server/backends/NullBackend.java
index 70561dc..fe77fd6 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/backends/NullBackend.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/backends/NullBackend.java
@@ -90,7 +90,7 @@
  *
  * * Bind operations fail with invalid credentials.
  *
- * * Compare operations are only possible on objectclass and returns true
+ * * Compare operations are only possible on objectclass and return true
  *   for the following objeclasses only: top, nullbackendobject,
  *   extensibleobject. Otherwise comparison result is false or comparison
  *   fails altogether.
@@ -99,7 +99,7 @@
  *   any specific emulation for controls. Generally known request controls
  *   are accepted and default response controls returned where applicable.
  *
- * * Searches withing this backend are always considered as indexed.
+ * * Searches within this backend are always considered indexed.
  *
  * * Backend Import is supported by iterating over ldif reader on a single
  *   thread and issuing add operations which essentially do nothing at all.

--
Gitblit v1.10.0