From 10411f3d34f1e95e1f034478f4401b6d783dc2d4 Mon Sep 17 00:00:00 2001 From: Adam Butler Date: Wed, 4 Feb 2015 15:22:13 +0000 Subject: [PATCH] Fix typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 674392c..95a9afe 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ LDAP Kit ======== LDAP Kit is a framework which provides an Objective-C interface for the - OpenLDAP client libraries on Max OS X and iOS. LDAP Kit manages the + OpenLDAP client libraries on Mac OS X and iOS. LDAP Kit manages the conversion between C data types and Objective-C classes, manages background threads for executing LDAP tasks, and manages memory allocated by OpenLDAP via NSAutoreleasePool objects.