corrected a typo

change the default openldap user object configuration value from interorgperson to inetorgperson
diff --git a/source/accounts.rst b/source/accounts.rst
index a14883f..50725bc 100644
--- a/source/accounts.rst
+++ b/source/accounts.rst
@@ -290,7 +290,7 @@
    **CN=Administrator, OU=APAC, DC=company, DC=com**
 
 -  ``ldap.user.object``: object type of users within LDAP. Defaults value is
-   **user** for AD and **interorgperson** for openldap.
+   **user** for AD and **inetorgperson** for openldap.
 
 -  ``ldap.email.attribute``: email attribute within ldap for a user. Default
    value for AD and openldap is **mail**.