From 9c95c180b5465f8ad0fea5d67a39806f6644a4e8 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 14 Jan 2013 14:56:54 +0000 Subject: Fix typos. --- Frameworks/PostgresKit/Source/PGPostgresResult.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Frameworks/PostgresKit/Source/PGPostgresResult.m') diff --git a/Frameworks/PostgresKit/Source/PGPostgresResult.m b/Frameworks/PostgresKit/Source/PGPostgresResult.m index 892e8a53..1bf1db06 100644 --- a/Frameworks/PostgresKit/Source/PGPostgresResult.m +++ b/Frameworks/PostgresKit/Source/PGPostgresResult.m @@ -245,7 +245,7 @@ id handler = [self _typeHandlerForColumn:column withType:type]; if (!handler) { - NSLog(@"PostgresKit: Warning: No type handler found for type %d, return NSData.", type); + NSLog(@"PostgresKit: Warning: No type handler found for type %d, returning NSData.", type); const void *bytes = PQgetvalue(_result, (int)row, (int)column); NSUInteger length = PQgetlength(_result, (int)row, (int)column); -- cgit v1.2.3