Skip to content

Commit e8b687c

Browse files
committed
codespell -w
1 parent da62877 commit e8b687c

19 files changed

Lines changed: 24 additions & 25 deletions

Package/Property List/Property List.sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%YAML 1.2
2-
# There are multiple represenations of a Property List,
2+
# There are multiple representations of a Property List,
33
# but here we only care about the XML one.
44
#
55
# XML Property Lists are XML files with the following DTD:
@@ -360,7 +360,7 @@ contexts:
360360
- include: value-bailout
361361

362362
value-bailout:
363-
# don't escalate errors caused by incomplete tags beyound array or dict boundaries
363+
# don't escalate errors caused by incomplete tags beyond array or dict boundaries
364364
- match: \s?(?=</(?:array|dict){{tag_name_break}})
365365
scope: invalid.illegal.missing-tag.plist
366366
pop: 1

Package/Sublime Text Build System/Completions/Exec Keys (in-string).sublime-completions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
{
5050
"trigger": "kill_previous",
51-
"details": "Kill the previously runnning build",
51+
"details": "Kill the previously running build",
5252
"kind": ["keyword", "k", "exec"],
5353
},
5454
{

Package/Sublime Text Build System/Completions/Exec Keys.sublime-completions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
{
5959
"trigger": "kill_previous",
6060
"contents": "\"kill_previous\": true,$0",
61-
"details": "Kill the previously runnning build",
61+
"details": "Kill the previously running build",
6262
"kind": ["keyword", "k", "exec"],
6363
},
6464
{

Package/Sublime Text Color Scheme/Completions/Globals Keys (in-string).sublime-completions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
},
134134
{
135135
"trigger": "invisibles",
136-
"details": "Color of whitspace characters",
136+
"details": "Color of whitespace characters",
137137
"kind": ["keyword", "k", "globals"],
138138
},
139139
{

Package/Sublime Text Color Scheme/Completions/Globals Keys.sublime-completions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
},
160160
{
161161
"trigger": "invisibles",
162-
"details": "Color of whitspace characters",
162+
"details": "Color of whitespace characters",
163163
"contents": "\"invisibles\": \"$1\",",
164164
"kind": ["keyword", "k", "globals"],
165165
},

Package/Sublime Text Commands/Completions/Main Keys (in-string).sublime-completions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"trigger": "args",
17-
"details": "Command argumnts",
17+
"details": "Command arguments",
1818
"kind": ["keyword", "k", "main"],
1919
},
2020
{

Package/Sublime Text Keymap/Completions/Context Key Values.sublime-completions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
},
3535
{
3636
"trigger": "has_prev_field",
37-
"details": "Availibility of a preceding snippet field",
37+
"details": "Availability of a preceding snippet field",
3838
"kind": ["variable", "k", "key"],
3939
},
4040
{
4141
"trigger": "has_next_field",
42-
"details": "Availibility of a following snippet field",
42+
"details": "Availability of a following snippet field",
4343
"kind": ["variable", "k", "key"],
4444
},
4545
{

Package/Sublime Text Snippet/syntax_test_snippet.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,12 @@ ${1My_Own_Constant}
187187
${10}
188188
# ^^ constant.numeric
189189
190-
${1/test/abc/:substituation not valid here}
190+
${1/test/abc/:substitution not valid here}
191191
# ^ keyword.other.regex.start
192192
# ^ keyword.other.regex.mid
193193
# ^ keyword.other.regex.end
194-
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ invalid.illegal.unexpected-token
195-
# ^ keyword.other.block.end - invalid
194+
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ invalid.illegal.unexpected-token
195+
# ^ keyword.other.block.end - invalid
196196
197197
${1/test/escaped slash\/real slash/gx} x mode not supported properly in snippets
198198
# ^ keyword.other.regex.start

Package/Sublime Text Syntax Definition/Sublime Text Syntax Definition.sublime-syntax

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ contexts:
185185
- match: ^([ ]+)(?=-\s*{{plain_scalar_but_not_block_key}})
186186
set:
187187
- meta_scope: meta.extends.sublime-syntax meta.block-sequence.yaml
188-
# pop off at none-empty line with different indention than first item
188+
# pop off at none-empty line with different indentation than first item
189189
- match: ^(?!(\s*$|\1-))
190190
pop: true
191191
- match: '{{plain_scalar_but_not_block_key}}'
@@ -502,7 +502,7 @@ contexts:
502502
- include: include
503503
- include: yaml-block-sequence
504504
- include: include_anonymous
505-
# pop off at none-empty line with different indention than first include item
505+
# pop off at none-empty line with different indentation than first include item
506506
- match: ^(?!(\s*$|\1-))
507507
pop: true
508508
- match: \S.+$
@@ -723,7 +723,7 @@ contexts:
723723
# Instead, only naively include the regexp context and hope the user
724724
# closes his regexp groups.
725725
#
726-
# Because extened mode `(?x)` would push its own context,
726+
# Because extended mode `(?x)` would push its own context,
727727
# we match a block scalar beginning with this separately.
728728
#
729729
# Another option would be to pop on empty lines.

Package/Sublime Text Theme/Sublime Text Theme.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ contexts:
633633
1: punctuation.definition.string.begin.json
634634
2: keyword.other.texture.sublime-theme
635635
3: punctuation.definition.string.end.json
636-
set: [expect-sequence-value, expect-colon] # techincally a sequence of strings
636+
set: [expect-sequence-value, expect-colon] # technically a sequence of strings
637637
- match: (")(frame_time)(")
638638
scope: meta.mapping.key.json meta.texture-key.sublime-theme string.quoted.double.json
639639
captures:

0 commit comments

Comments
 (0)