spelling: unknown

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-02-24 01:48:17 -05:00 committed by poiana
parent 4ecb907223
commit 97373a8b6e
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ void falco::grpc::server::thread_process(int thread_index)
ctx->end(this, false);
break;
default:
// todo(leodido) > log error "unkown completion queue event: tag=tag, state=ctx->m_state"
// todo(leodido) > log error "unknown completion queue event: tag=tag, state=ctx->m_state"
break;
}

View File

@ -93,7 +93,7 @@ bool k8s_audit_handler::accept_data(falco_engine *engine,
}
catch(...)
{
errstr = string("unkown error processing audit event");
errstr = string("unknown error processing audit event");
fprintf(stderr, "%s\n", errstr.c_str());
return false;
}