Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Sep 6, 2024
1 parent 9724a90 commit 9116546
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class DefaultFairPlayStreamingSessionManager<
guard let data = data,
data.count > 0 else {
let error = FairPlaySessionError.unexpected(
message: "No cert data with 200 OK respone"
message: "No cert data with 200 OK response"
)
self.logger.debug(
"Applicate certificate request completed with missing data and response code \(responseCode.debugDescription)"
Expand Down

0 comments on commit 9116546

Please sign in to comment.