diff --git a/Source/include/Ably/ARTStatus.h b/Source/include/Ably/ARTStatus.h index 232e976dd..a7c0ab6c7 100644 --- a/Source/include/Ably/ARTStatus.h +++ b/Source/include/Ably/ARTStatus.h @@ -3,7 +3,7 @@ /// :nodoc: typedef NS_ENUM(NSUInteger, ARTState) { ARTStateOk NS_SWIFT_NAME(ok) = 0, - ARTStateConnectionClosedByClient NS_SWIFT_NAME(connetionClosedByClient), + ARTStateConnectionClosedByClient NS_SWIFT_NAME(connectionClosedByClient), ARTStateConnectionDisconnected NS_SWIFT_NAME(connectionDisconnected), ARTStateConnectionSuspended NS_SWIFT_NAME(connectionSuspended), ARTStateConnectionFailed NS_SWIFT_NAME(connectionFailed),