Skip to content

Commit

Permalink
Fix typo in timelinePane.ts (#131356)
Browse files Browse the repository at this point in the history
reseting -> resetting
  • Loading branch information
eltociear authored Oct 25, 2021
1 parent f3a14f6 commit e3e5fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/timeline/browser/timelinePane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ export class TimelinePane extends ViewPane {
}

private async loadTimeline(reset: boolean, sources?: string[]) {
// If we have no source, we are reseting all sources, so cancel everything in flight and reset caches
// If we have no source, we are resetting all sources, so cancel everything in flight and reset caches
if (sources === undefined) {
if (reset) {
this.clear(true);
Expand Down

0 comments on commit e3e5fec

Please sign in to comment.