Skip to content

Commit 3b55946

Browse files
cola119bengl
authored andcommitted
debugger: correct typo in inspect_repl.js
PR-URL: #42267 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com>
1 parent 58763d7 commit 3b55946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/debugger/inspect_repl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ function createRepl(inspector) {
976976
let sizeWritten = 0;
977977
function onProgress({ done, total, finished }) {
978978
if (finished) {
979-
print('Heap snaphost prepared.');
979+
print('Heap snapshot prepared.');
980980
} else {
981981
print(`Heap snapshot: ${done}/${total}`, false);
982982
}

0 commit comments

Comments
 (0)