Skip to content

Commit

Permalink
fix typo (#1187)
Browse files Browse the repository at this point in the history
Signed-off-by: shawnh2 <[email protected]>
  • Loading branch information
shawnh2 authored Jun 27, 2024
1 parent 175e574 commit 5473bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/client/client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ bool Main::run() {
}
process->shutdown();
if (!result) {
ENVOY_LOG(error, "An error ocurred.");
ENVOY_LOG(error, "An error occurred.");
} else {
ENVOY_LOG(info, "Done.");
}
Expand Down

0 comments on commit 5473bb7

Please sign in to comment.