From fe721900a07ce14673f01f392611a792c0101c1c 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 --- opends/src/server/org/opends/server/backends/NullBackend.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/src/server/org/opends/server/backends/NullBackend.java b/opends/src/server/org/opends/server/backends/NullBackend.java index 70561dc..fe77fd6 100644 --- a/opends/src/server/org/opends/server/backends/NullBackend.java +++ b/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