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