未验证 提交 1ac04b53 编写于 作者: S Sandeep Somavarapu 提交者: GitHub

Merge pull request #61789 from varanshukla/master

Fixed spelling mistakes
...@@ -74,7 +74,7 @@ export interface IFileService { ...@@ -74,7 +74,7 @@ export interface IFileService {
resolveFile(resource: URI, options?: IResolveFileOptions): TPromise<IFileStat>; resolveFile(resource: URI, options?: IResolveFileOptions): TPromise<IFileStat>;
/** /**
* Same as resolveFile but supports resolving mulitple resources in parallel. * Same as resolveFile but supports resolving multiple resources in parallel.
* If one of the resolve targets fails to resolve returns a fake IFileStat instead of making the whole call fail. * If one of the resolve targets fails to resolve returns a fake IFileStat instead of making the whole call fail.
*/ */
resolveFiles(toResolve: { resource: URI, options?: IResolveFileOptions }[]): TPromise<IResolveFileResult[]>; resolveFiles(toResolve: { resource: URI, options?: IResolveFileOptions }[]): TPromise<IResolveFileResult[]>;
......
...@@ -222,7 +222,7 @@ suite('KeybindingsEditing', () => { ...@@ -222,7 +222,7 @@ suite('KeybindingsEditing', () => {
.then(() => assert.deepEqual(getUserKeybindings(), [])); .then(() => assert.deepEqual(getUserKeybindings(), []));
}); });
test('reset mulitple removed keybindings', () => { test('reset multiple removed keybindings', () => {
writeToKeybindingsFile({ key: 'alt+c', command: '-b' }); writeToKeybindingsFile({ key: 'alt+c', command: '-b' });
writeToKeybindingsFile({ key: 'alt+shift+c', command: '-b' }); writeToKeybindingsFile({ key: 'alt+shift+c', command: '-b' });
writeToKeybindingsFile({ key: 'escape', command: '-b' }); writeToKeybindingsFile({ key: 'escape', command: '-b' });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册