Fix typo 62/308062/1
authorYonggoo Kang <ygace.kang@samsung.com>
Fri, 15 Mar 2024 12:07:48 +0000 (21:07 +0900)
committerYonggoo Kang <ygace.kang@samsung.com>
Fri, 15 Mar 2024 12:07:48 +0000 (21:07 +0900)
Change-Id: Ibf9a488e90d343417f881e7d680a17743c673b46

srcs/client/client.cpp

index 2ce5926..a97652a 100644 (file)
@@ -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