Skip to content

Commit 24b26c0

Browse files
gengjiawentargos
authored andcommitted
inspector: fix typo
PR-URL: #27712 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 32fd0ac commit 24b26c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inspector_profiler.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void V8ProfilerConnection::V8ProfilerSessionDelegate::SendMessageToFrontend(
9494
NewStringType::kNormal,
9595
message.length())
9696
.ToLocal(&message_str)) {
97-
fprintf(stderr, "Failed to covert %s profile message\n", type);
97+
fprintf(stderr, "Failed to convert %s profile message\n", type);
9898
return;
9999
}
100100

0 commit comments

Comments
 (0)