From 71bc5ff0cc78e4c6e2b2a9ea6bb83ab1b6274fe7 Mon Sep 17 00:00:00 2001 From: Umair Date: Wed, 28 Aug 2024 13:16:26 +0100 Subject: [PATCH] fix typo --- Source/include/Ably/ARTStatus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),