diff --git a/ldap_servers/ldap_servers.settings.inc b/ldap_servers/ldap_servers.settings.inc
index 4de0aea..329662a 100644
--- a/ldap_servers/ldap_servers.settings.inc
+++ b/ldap_servers/ldap_servers.settings.inc
@@ -26,7 +26,7 @@ function ldap_servers_settings() {
     '#type' => 'checkbox',
     '#title' => t('If checked, modules using LDAP will not allow credentials to
       be entered on or submitted to HTTP pages, only HTTPS. This option should be used with an
-      approache to get all logon forms to be https, such as:') .
+      approach to get all logon forms to be https, such as:') .
       theme('item_list', array('items' => $https_approaches)),
     '#default_value' => variable_get('ldap_servers_require_ssl_for_credentails', 1),
   );
