From e87503e2e33ec63a03ca34e0dda3e8683987a8ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Burda?= Date: Wed, 19 Jun 2024 21:07:01 +0200 Subject: [PATCH] Fixed typos in errors (#407) --- Sources/LiveKit/Errors.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/LiveKit/Errors.swift b/Sources/LiveKit/Errors.swift index b55125a16..beb9e5960 100644 --- a/Sources/LiveKit/Errors.swift +++ b/Sources/LiveKit/Errors.swift @@ -76,7 +76,7 @@ extension LiveKitErrorType: CustomStringConvertible { case .participantRemoved: return "Participant removed" case .roomDeleted: - return "Reoom deleted" + return "Room deleted" case .stateMismatch: return "Server state mismatch" case .joinFailure: @@ -88,7 +88,7 @@ extension LiveKitErrorType: CustomStringConvertible { case .captureFormatNotFound: return "Capture format not found" case .unableToResolveFPSRange: - return "Unable to resolved FPS range" + return "Unable to resolve FPS range" case .capturerDimensionsNotResolved: return "Capturer dimensions not resolved" default: return "Unknown"