Skip to content

Commit 1e08f99

Browse files
committed
chore: fix typo
1 parent c783f49 commit 1e08f99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/platform/storage/node/storageService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export class StorageService extends Disposable implements IStorageService {
8181

8282
const useInMemoryStorage = !!this.environmentService.extensionTestsLocationURI; // no storage during extension tests!
8383

84-
// Create workspace storage and initalize
84+
// Create workspace storage and initialize
8585
mark('willInitWorkspaceStorage');
8686
try {
8787
await this.createWorkspaceStorage(useInMemoryStorage ? SQLiteStorageDatabase.IN_MEMORY_PATH : join(result.path, StorageService.WORKSPACE_STORAGE_NAME), result.wasCreated ? StorageHint.STORAGE_DOES_NOT_EXIST : undefined).init();

0 commit comments

Comments
 (0)