diff --git a/src/inspector_profiler.cc b/src/inspector_profiler.cc index 0f778c88ddf350..4604e0a5b441e1 100644 --- a/src/inspector_profiler.cc +++ b/src/inspector_profiler.cc @@ -94,7 +94,7 @@ void V8ProfilerConnection::V8ProfilerSessionDelegate::SendMessageToFrontend( NewStringType::kNormal, message.length()) .ToLocal(&message_str)) { - fprintf(stderr, "Failed to covert %s profile message\n", type); + fprintf(stderr, "Failed to convert %s profile message\n", type); return; }