Skip to content

Commit 6861571

Browse files
author
Jackson Kearl
committed
Fix spelling
1 parent 9a06b07 commit 6861571

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/search/browser/searchEditorCommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export class SearchEditorInput extends EditorInput {
256256
}
257257

258258
async revert(options?: IRevertOptions) {
259-
// TODO: this should actually revert the contents. But it needs to set dirst false.
259+
// TODO: this should actually revert the contents. But it needs to set dirty false.
260260
super.revert(options);
261261
this.setDirty(false);
262262
return true;

0 commit comments

Comments
 (0)