From f408dc75e5cef0824acdcd8b3d4abb980b96d2d2 Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Sun, 10 Oct 2010 21:41:43 +0000 Subject: [PATCH] Fixed typos. --- src/docbkx/ldif-parsing.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docbkx/ldif-parsing.xml b/src/docbkx/ldif-parsing.xml index 6444d087..7245bbd2 100644 --- a/src/docbkx/ldif-parsing.xml +++ b/src/docbkx/ldif-parsing.xml @@ -7,10 +7,10 @@
Introduction - LDIF files are the standard medium for serializing directoy data to + LDIF files are the standard medium for serializing directory data to a flat file for archival, transferrence, or altercation. The org.springframework.ldap.ldif package provides classes - needed to read ldap objects from flat files and deserialize them into + needed to read LDAP objects from flat files and de-serialize them into tangible objects. The LdifParser is the main class of the