Skip to content

Commit f069275

Browse files
authored
Verify spelling fixes pass check-spelling
2 parents 11ff45b + cdb58a0 commit f069275

File tree

66 files changed

+244
-244
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+244
-244
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ To run GUI tests:
113113
```
114114

115115
They use the [browser-ui-test](https://github.com/GuillaumeGomez/browser-UI-test/) framework. You
116-
can take a look at its documentation [here](https://github.com/GuillaumeGomez/browser-UI-test/blob/master/goml-script.md).
116+
can take a look at its [documentation](https://github.com/GuillaumeGomez/browser-UI-test/blob/master/goml-script.md).
117117

118118
### Pure docker-compose
119119

assets/syntaxes/Extras/JavaScript (Babel).sublime-syntax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ contexts:
178178
1: punctuation.definition.tag.js
179179
2: entity.name.tag.js
180180
expression:
181-
- include: merge-conflits
181+
- include: merge-conflicts
182182
- include: literal-regexp
183183
- include: literal-jsx
184184
- include: es7-decorators
@@ -250,7 +250,7 @@ contexts:
250250
flowtype-identifier:
251251
- include: support-class
252252
- match: \b(?:any|bool|boolean|mixed|number|string|void)\b
253-
scope: constant.other.primitve.flowtype.js
253+
scope: constant.other.primitive.flowtype.js
254254
- match: '[_$a-zA-Z][$\w]*'
255255
scope: variable.other.flowtype.js
256256
- match: \?
@@ -1157,7 +1157,7 @@ contexts:
11571157
1: variable.other.property.js
11581158
- match: '[_$a-zA-Z][$\w]*'
11591159
scope: variable.other.readwrite.js
1160-
merge-conflits:
1160+
merge-conflicts:
11611161
- match: '^([<]{7})\s(.+)$'
11621162
captures:
11631163
1: invalid.illegal.conflict-marker.merge-into.js

assets/syntaxes/Extras/TOML/TOML.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ contexts:
340340
- match: '$'
341341
pop: true
342342
- match: '.+'
343-
# This also highlights trailing whitespece. Although that is valid
343+
# This also highlights trailing whitespace. Although that is valid
344344
# TOML, it doesn't seem bad to me. If that's annoying, change this
345345
# to '[^ \n]+'.
346346
scope: invalid.illegal.trailing.toml

assets/syntaxes/Packages/ASP/ASP.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ contexts:
453453
- match: '{{constants}}'
454454
scope: support.type.vb.asp # maybe this should be constant.language.asp
455455
- match: '{{functions}}'
456-
scope: support.function.vb.asp # TODO: scope opening and closing parens i.e. LBound(var_name) but needs to handle (ignore) nested parens LBound((var_name)). Will also apply to things like Response.Write below. Note that parens are optional (when return value is not used) i.e. on it's own line, `LBound var_name` is valid. In other cases the parens can't be accurately scoped, because we don't know if they are for array access or method params
456+
scope: support.function.vb.asp # TODO: scope opening and closing parens i.e. LBound(var_name) but needs to handle (ignore) nested parens LBound((var_name)). Will also apply to things like Response.Write below. Note that parens are optional (when return value is not used) i.e. on its own line, `LBound var_name` is valid. In other cases the parens can't be accurately scoped, because we don't know if they are for array access or method params
457457
- match: '{{keywords}}'
458458
scope: storage.type.asp
459459
- include: operators

assets/syntaxes/Packages/C#/C#.sublime-syntax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ contexts:
587587
1: variable.other.member.cs
588588
set: member_variables_declaration
589589
- match: '({{name}})?\s*(\()'
590-
# here the name is optionnal since it may already have been match by
590+
# here the name is optional since it may already have been match by
591591
# '{{name}}\s*(<)' (see rule below)
592592
captures:
593593
1: meta.method.cs entity.name.function.cs
@@ -1133,7 +1133,7 @@ contexts:
11331133
- meta_content_scope: meta.instance.cs
11341134
- match: \{
11351135
scope: punctuation.section.block.begin.cs
1136-
# Found an anounymous class
1136+
# Found an anonymous class
11371137
set:
11381138
- meta_scope: meta.instance.cs meta.class.body.anonymous.cs meta.block.cs
11391139
- match: \}
@@ -1149,7 +1149,7 @@ contexts:
11491149
- match: (?=\S)
11501150
push: line_of_code_in
11511151
- match: (?=[^{\s])
1152-
# This is not an anounymous class
1152+
# This is not an anonymous class
11531153
set:
11541154
- meta_content_scope: meta.instance.cs
11551155
- match: '{{brackets_capture}}'

assets/syntaxes/Packages/C#/tests/syntax_test_Comments.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Hello
4343
void dcscmm(Transpose TransA, int m, int n, int k,
4444
double alpha,
4545
double[] val, int offsetval,
46-
int[] indx, int offsetindx,
46+
int[] idx, int offsetidx,
4747
int[] pntrb, int offsetpntrb,
4848
//int[] pntre, int offsetpntre,
4949
double[] b, int offsetb, int ldb,

assets/syntaxes/Packages/C#/tests/syntax_test_PreprocessorDirectives.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#pragma warning restore warning-list
1313
#pragma checksum "file.cs" "{3673e4ca-6098-4ec1-890f-8fceb2a794a2}" "{012345678AB}" // New checksum
1414
// ^ keyword.other.preprocessor
15-
// ^ stirng.quoted.double
15+
// ^ string.quoted.double
1616
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ constant.numeric.integer.hexadecimal
1717

1818
#region

assets/syntaxes/Packages/C#/tests/syntax_test_Using.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ static void UsingFont([Usage("help text")] string x)
8686
/// ^ meta.method meta.block meta.block punctuation.section.block.end
8787
}
8888

89-
public void dcsrmm(double[] val, int offsetval, int[] indx, int offsetindx, int[] pntrb, int offsetpntrb, double[] b, int offsetb, int ldb, double beta, double[] c, int offsetc, int ldc)
89+
public void dcsrmm(double[] val, int offsetval, int[] idx, int offsetidx, int[] pntrb, int offsetpntrb, double[] b, int offsetb, int ldb, double beta, double[] c, int offsetc, int ldc)
9090
{
9191
fixed (Double* bp = &b[offsetb])
9292
/// ^ keyword.control.other.fixed
@@ -111,7 +111,7 @@ public void dcsrmm(double[] val, int offsetval, int[] indx, int offsetindx, int[
111111
/// ^ punctuation.separator.variables
112112
/// ^ punctuation.section.group.end
113113
{
114-
cblas_dcsrmm(valp, indxp, pntrbp, bp, ldb, beta, cp, ldc);
114+
cblas_dcsrmm(valp, idxp, pntrbp, bp, ldb, beta, cp, ldc);
115115
}
116116
}
117117
}

assets/syntaxes/Packages/C++/C++ Standard Includes.sublime-completions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{ "trigger": "bitset\tstandard header", "contents": "bitset" }, // std::bitset class template
1717
{ "trigger": "functional\tstandard header", "contents": "functional" }, // Function objects, designed for use with the standard algorithms
1818
{ "trigger": "utility\tstandard header", "contents": "utility" }, // Various utility components
19-
{ "trigger": "ctime\tstandard header", "contents": "ctime" }, // C-style time/date utilites
19+
{ "trigger": "ctime\tstandard header", "contents": "ctime" }, // C-style time/date utilities
2020
{ "trigger": "chrono\tstandard header (since c++11)", "contents": "chrono" }, // (since C++11) C++ time utilities
2121
{ "trigger": "cstddef\tstandard header", "contents": "cstddef" }, // typedefs for types such as size_t, NULL and others
2222
{ "trigger": "initializer_list\tstandard header since (c++11)", "contents": "initializer_list" }, // (since C++11) std::initializer_list class template
@@ -25,7 +25,7 @@
2525
{ "trigger": "optional\tstandard header (since c++17)", "contents": "optional" }, // (since C++17) std::optional class template
2626
{ "trigger": "variant\tstandard header (since c++17)", "contents": "variant" }, // (since C++17) std::variant class template
2727

28-
// Dynmamic memory management utilities
28+
// Dynamic memory management utilities
2929
{ "trigger": "new\tstandard header", "contents": "new" }, // Low-level memory management utilities
3030
{ "trigger": "memory\tstandard header", "contents": "memory" }, // Higher level memory management utilities
3131
{ "trigger": "scoped_allocator\tstandard header (since c++11)", "contents": "scoped_allocator" }, // (since C++11) Nested allocator class

assets/syntaxes/Packages/C++/C++.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ contexts:
7575
# Reusable contexts
7676
#
7777
# The follow contexts are currently constructed to be reused in the
78-
# Objetive-C++ syntax. They are specifically constructed to not push into
78+
# Objective-C++ syntax. They are specifically constructed to not push into
7979
# sub-contexts, which ensures that Objective-C++ code isn't accidentally
8080
# lexed as plain C++.
8181
#

0 commit comments

Comments
 (0)