Fix a typo that only affects case-sensitive file systems.
This commit is contained in:
parent
89edd05180
commit
2323d59613
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
#import "SSLSocket.h"
|
#import "SSLSocket.h"
|
||||||
|
|
||||||
#import <ObjFW/OFAcceptFailedException.h>
|
#import <ObjFW/OFAcceptFailedException.h>
|
||||||
#import <ObjFw/OFConnectionFailedException.h>
|
#import <ObjFW/OFConnectionFailedException.h>
|
||||||
#import <ObjFW/OFInitializationFailedException.h>
|
#import <ObjFW/OFInitializationFailedException.h>
|
||||||
#import <ObjFW/OFNotConnectedException.h>
|
#import <ObjFW/OFNotConnectedException.h>
|
||||||
#import <ObjFW/OFOutOfRangeException.h>
|
#import <ObjFW/OFOutOfRangeException.h>
|
||||||
|
|
Reference in a new issue