From 8ef777e0d3f7b88f51ce1076b214eb1d56d297ac Mon Sep 17 00:00:00 2001 From: Yonggoo Kang Date: Fri, 15 Mar 2024 21:07:48 +0900 Subject: [PATCH] Fix typo Change-Id: Ibf9a488e90d343417f881e7d680a17743c673b46 --- srcs/client/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcs/client/client.cpp b/srcs/client/client.cpp index 2ce5926..a97652a 100644 --- a/srcs/client/client.cpp +++ b/srcs/client/client.cpp @@ -96,7 +96,7 @@ int wauthn_cancel() return try_catch([&]() -> int { ClientRequest request(WebAuthnCall::CANCEL); if (request.sendRequest().failed()) - LogError("Error on cancel request, Reponse: " << wauthn_error_to_string(request.getStatus())); + LogError("Error on cancel request, Response: " << wauthn_error_to_string(request.getStatus())); return request.getStatus(); }); } \ No newline at end of file -- 2.7.4