diff --git a/source/client/client.cc b/source/client/client.cc index a02b38d76..40ca7db01 100644 --- a/source/client/client.cc +++ b/source/client/client.cc @@ -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."); }