Skip to content

Commit a954545

Browse files
shati-patelaeisenberg
authored andcommitted
minor unrelated typo fixes
1 parent 3e1b121 commit a954545

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

extensions/ql-vscode/src/databases-ui.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class DatabaseTreeDataProvider extends DisposableObject
108108
}
109109

110110
private handleDidChangeDatabaseItem = (event: DatabaseChangedEvent): void => {
111-
// Note that events from the databse manager are instances of DatabaseChangedEvent
111+
// Note that events from the database manager are instances of DatabaseChangedEvent
112112
// and events fired by the UI are instances of DatabaseItem
113113

114114
// When event.item is undefined, then the entire tree is refreshed.
@@ -703,7 +703,7 @@ export class DatabaseUI extends DisposableObject {
703703
* 2. If the selected URI is a directory matching db-*, choose the containing directory
704704
* 3. choose the current directory
705705
*
706-
* @param uri a URI that is a datbase folder or inside it
706+
* @param uri a URI that is a database folder or inside it
707707
*
708708
* @return the actual database folder found by using the heuristics above.
709709
*/

extensions/ql-vscode/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export interface CodeQLExtensionInterface {
140140

141141
/**
142142
* Returns the CodeQLExtensionInterface, or an empty object if the interface is not
143-
* available afer activation is complete. This will happen if there is no cli
143+
* available after activation is complete. This will happen if there is no cli
144144
* installed when the extension starts. Downloading and installing the cli
145145
* will happen at a later time.
146146
*

0 commit comments

Comments
 (0)