Skip to content

Commit e3e5fec

Browse files
author
Ikko Ashimine
authored
Fix typo in timelinePane.ts (microsoft#131356)
reseting -> resetting
1 parent f3a14f6 commit e3e5fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/timeline/browser/timelinePane.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ export class TimelinePane extends ViewPane {
478478
}
479479

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

0 commit comments

Comments
 (0)