Skip to content

Commit e098c9b

Browse files
committed
fixed typos
1 parent 891ffb8 commit e098c9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/classes/insightsConnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ export class InsightsConnection {
450450
},
451451
async (progress, token) => {
452452
token.onCancellationRequested(() => {
453-
kdbOutputLog(`User cancelled the Scrathpad execution.`, "WARNING");
453+
kdbOutputLog(`User cancelled the scratchpad execution.`, "WARNING");
454454
});
455455

456456
if (isStarting) {

src/commands/serverCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ export async function executeQuery(
797797
{
798798
cancellable: true,
799799
location: ProgressLocation.Window,
800-
title: `Executing Query (${executorName})`,
800+
title: `Executing query (${executorName})`,
801801
},
802802
async (_progress, token) => {
803803
await _executeQuery(

0 commit comments

Comments
 (0)