diff --git a/extension/main.ts b/extension/main.ts index 9db18072..93782073 100644 --- a/extension/main.ts +++ b/extension/main.ts @@ -477,7 +477,7 @@ class Extension implements DebugConfigurationProvider, DebugAdapterDescriptorFac if (address == undefined) { let addressStr = await window.showInputBox({ title: 'Enter memory address', - prompt: 'Hex, octal or decmal ' + prompt: 'Hex, octal or decimal ' }); try { address = BigInt(addressStr);