* 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:
Caio Agiani
2022-02-01 14:16:37 -03:00
committed by GitHub
parent a1a7da7d51
commit 09c2e177ea
24 changed files with 64 additions and 64 deletions
@@ -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"
}
}
]
]