commit b96378117a5488df9bc4e05611e22da25dd373fd
parent 341d01e83521893e3a1a4c0f7f4e4d7050ba263d
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Tue, 11 Oct 2016 14:16:05 +0200
Fix typo from commit 63e19c6.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/editldap.c b/src/editldap.c
@@ -449,7 +449,7 @@ static void addressbook_edit_ldap_page_basic( gint pageNum, gchar *pageLbl ) {
CLAWS_SET_TIP(entry_server, _(
"This is the hostname of the server. For example, " \
"\"ldap.example.org\" may be appropriate for the " \
- "\"exmaple.org\" organization. An IP address may also be " \
+ "\"example.org\" organization. An IP address may also be " \
"used. You may specify \"localhost\" if running an LDAP " \
"server on the same computer as Claws Mail." ));