Fix a typo that only affects case-sensitive file systems.

This commit is contained in:
Jonathan Schleifer 2011-03-28 22:46:54 +02:00
parent 89edd05180
commit 2323d59613

View file

@ -7,7 +7,7 @@
#import "SSLSocket.h"
#import <ObjFW/OFAcceptFailedException.h>
#import <ObjFw/OFConnectionFailedException.h>
#import <ObjFW/OFConnectionFailedException.h>
#import <ObjFW/OFInitializationFailedException.h>
#import <ObjFW/OFNotConnectedException.h>
#import <ObjFW/OFOutOfRangeException.h>