Skip to content

Commit 44a6bcc

Browse files
committed
Fixes typo
1 parent 4dca313 commit 44a6bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/git/search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ export class SearchGitCommand extends QuickCommand<State> {
340340
if (quickpick.value.length === 0) {
341341
quickpick.items = items;
342342
} else {
343-
// If something was typed/selected, keep the quick pick open on focus lossrop
343+
// If something was typed/selected, keep the quick pick open on focus loss
344344
quickpick.ignoreFocusOut = true;
345345
step.ignoreFocusOut = true;
346346

0 commit comments

Comments
 (0)