From eb3914a616cda9e2a777a47be7ad4387319df94e Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 27 Jun 2025 18:05:38 -0600 Subject: refactor: fix typo in log message --- src/authorization/check_service.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/authorization') diff --git a/src/authorization/check_service.rs b/src/authorization/check_service.rs index b6809339..e66a0e7b 100644 --- a/src/authorization/check_service.rs +++ b/src/authorization/check_service.rs @@ -28,7 +28,7 @@ impl envoy_types::ext_authz::v3::pb::Authorization for CheckService { log::info!("OK"); Ok(Response::new(CheckResponse::with_status(Status::ok("OK")))) } else { - log::info!("Unoauthorized"); + log::info!("Unauthorized"); Ok(Response::new(CheckResponse::with_status( Status::unauthenticated("Unauthorized"), ))) -- cgit v1.2.3