mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Fix typos found by codespell
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
@@ -494,7 +494,7 @@ var Parser = function Parser(context, imports, fileInfo) {
|
||||
}
|
||||
},
|
||||
|
||||
// A variable entity useing the protective {} e.g. @{var}
|
||||
// A variable entity using the protective {} e.g. @{var}
|
||||
variableCurly: function () {
|
||||
var curly, index = parserInput.i;
|
||||
|
||||
@@ -931,7 +931,7 @@ var Parser = function Parser(context, imports, fileInfo) {
|
||||
//
|
||||
// A Rule terminator. Note that we use `peek()` to check for '}',
|
||||
// because the `block` rule will be expecting it, but we still need to make sure
|
||||
// it's there, if ';' was ommitted.
|
||||
// it's there, if ';' was omitted.
|
||||
//
|
||||
end: function () {
|
||||
return parserInput.$char(';') || parserInput.peek('}');
|
||||
|
||||
Reference in New Issue
Block a user