Skip to content

Commit

Permalink
spelling: unknown
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref authored and poiana committed Mar 1, 2022
1 parent 4ecb907 commit 97373a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion userspace/falco/grpc_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion userspace/falco/webserver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 97373a8

Please sign in to comment.