File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments