Skip to content

Commit

Permalink
Fixed typos in errors (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamec authored Jun 19, 2024
1 parent c3dfd8b commit e87503e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/LiveKit/Errors.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit e87503e

Please sign in to comment.