@@ -13,14 +13,14 @@ * file. */ #include "config.h" -#import "OFInvalidServerReplyException.h" +#import "OFInvalidServerResponseException.h" #import "OFString.h" -@implementation OFInvalidServerReplyException +@implementation OFInvalidServerResponseException - (OFString *)description { - return @"Got an invalid reply from the server!"; + return @"Got an invalid response from the server!"; } @end