Skip to content

Commit dc7bfa9

Browse files
mmarkelovnmanovic
authored andcommitted
Fix some spelling (#897)
1 parent 0e7845a commit dc7bfa9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cvat/apps/engine/static/engine/js/userConfig.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Config {
2424

2525
switch_occluded_property: {
2626
value: 'q,/'.split(','),
27-
view_value: 'Q or Num Devision',
27+
view_value: 'Q or Num Division',
2828
description: 'switch occluded property for active shape',
2929
},
3030

@@ -67,7 +67,7 @@ class Config {
6767
change_shape_color: {
6868
value: 'enter',
6969
view_value: 'Enter',
70-
description: 'change color for highligted shape',
70+
description: 'change color for highlighted shape',
7171
},
7272

7373
change_player_brightness: {
@@ -211,7 +211,7 @@ class Config {
211211
switch_paste: {
212212
value: 'ctrl+v',
213213
view_value: 'Ctrl + V',
214-
description: 'swich paste mode',
214+
description: 'switch paste mode',
215215
},
216216

217217
switch_aam_mode: {
@@ -332,7 +332,7 @@ class Config {
332332

333333
reset_zoom: {
334334
value: 'false',
335-
description: 'reset frame zoom when move beetween the frames',
335+
description: 'reset frame zoom when move between the frames',
336336
},
337337

338338
enable_auto_save: {

cvat/apps/engine/templates/engine/annotation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@
216216
*[type="polygon"] - only polygon objects <br>
217217
car[occluded="true"] - only occluded cars <br>
218218
*[lock!="true"] - only unlocked tracks <br>
219-
person[attr/age>="25" and attr/age<="35"] - persons with age (number) beetween [25,40] years <br>
219+
person[attr/age>="25" and attr/age<="35"] - persons with age (number) between [25,40] years <br>
220220
car[attr/parked="true"] - only parked cars <br>
221221
person[attr/race="asian"] | car[attr/model="bmw"] - asians and BMW cars <br>
222-
face[attr/glass="sunglass" or attr/glass="no"] - faces with sunglass or without glass <br>
222+
face[attr/glass="sunglasses" or attr/glass="no"] - faces with sunglasses or without glass <br>
223223
*[attr/*="__undefined__"] - any tracks with any unlabeled attributes <br>
224224
*[width<300 or height<300] - shapes with height or width less than 300px <br>
225225
person[width>300 and height<200] - person shapes with width > 300px and height < 200px <br>

0 commit comments

Comments
 (0)