mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Fix typos (#141959)
* src: fix typo formated -> formatted * src: fix typo recieve -> receive * src: fix typo successfuly -> successfully * src: fix typo neccessary -> necessary * extensions: fix typo existance -> existence * src: fix typo appearence -> appearance * src: fix typo choosen -> chosen * src: fix typo unkown -> unknown * src: fix typo whenever -> whenever * src: fix typo proccess -> process * src: fix typo occured -> occurred * src: fix typo occuring -> occurring * src: fix typo defintion -> definition
This commit is contained in:
@@ -41,7 +41,7 @@ echo:
|
||||
@-./point-and-slash-should-not-be-highlighted
|
||||
|
||||
define defined
|
||||
$(info Checking existance of $(1) $(flavor $(1)))
|
||||
$(info Checking existence of $(1) $(flavor $(1)))
|
||||
$(if $(filter undefined,$(flavor $(1))),0,1)
|
||||
endef
|
||||
|
||||
|
||||
@@ -1232,7 +1232,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"c": " Checking existance of ",
|
||||
"c": " Checking existence of ",
|
||||
"t": "source.makefile meta.scope.conditional.makefile string.interpolated.makefile meta.scope.function-call.makefile",
|
||||
"r": {
|
||||
"dark_plus": "string: #CE9178",
|
||||
@@ -3398,4 +3398,4 @@
|
||||
"hc_black": "default: #FFFFFF"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user