Skip to content

Commit 047b47b

Browse files
authored
Merge pull request microsoft#72134 from tony-xia/update-comments
Update comment
2 parents b84536c + 0eb0fe9 commit 047b47b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/vs/base/browser/dnd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const DataTransfers = {
6868
FILES: 'Files',
6969

7070
/**
71-
* Typicaly transfer type for copy/paste transfers.
71+
* Typically transfer type for copy/paste transfers.
7272
*/
7373
TEXT: 'text/plain'
7474
};

src/vs/base/browser/ui/breadcrumbs/breadcrumbsWidget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export class BreadcrumbsWidget {
126126
this._pendingLayout.dispose();
127127
}
128128
if (dim) {
129-
// only meaure
129+
// only measure
130130
this._pendingLayout = this._updateDimensions(dim);
131131
} else {
132132
this._pendingLayout = this._updateScrollbar();

src/vs/base/browser/ui/scrollbar/scrollableElement.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ export class DomScrollableElement extends ScrollableElement {
523523
}
524524

525525
public scanDomNode(): void {
526-
// widh, scrollLeft, scrollWidth, height, scrollTop, scrollHeight
526+
// width, scrollLeft, scrollWidth, height, scrollTop, scrollHeight
527527
this.setScrollDimensions({
528528
width: this._element.clientWidth,
529529
scrollWidth: this._element.scrollWidth,

src/vs/base/browser/ui/tree/tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const enum TreeVisibility {
3333
export interface ITreeFilterDataResult<TFilterData> {
3434

3535
/**
36-
* Whether the node should be visibile.
36+
* Whether the node should be visible.
3737
*/
3838
visibility: boolean | TreeVisibility;
3939

0 commit comments

Comments
 (0)