mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-01 12:41:36 +02:00
Fix the seemingly safe spellings found by codespell
Untested, only checked by inspection.
(cherry picked from commit 2c47a11008)
This commit is contained in:
@@ -30,7 +30,7 @@ A basic preset is of the form:
|
||||
],
|
||||
// The geometry types for which this preset is valid.
|
||||
// options are point, area, line, and vertex.
|
||||
// vertexes are points that are parts of lines, like the nodes in a road
|
||||
// vertices are points that are parts of lines, like the nodes in a road
|
||||
// lines are unclosed ways, and areas are closed ways
|
||||
"geometry": [
|
||||
"point", "area"
|
||||
@@ -379,7 +379,7 @@ For combo fields, spaces are replaced with underscores in the tag value if `snak
|
||||
|
||||
##### `caseSensitive`
|
||||
|
||||
For combo fields, case-sensitve field values are allowed if `caseSensitive` is `true`. The default is `false`.
|
||||
For combo fields, case-sensitive field values are allowed if `caseSensitive` is `true`. The default is `false`.
|
||||
|
||||
##### `min_value`
|
||||
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"reference": {
|
||||
"key": "healthcare"
|
||||
},
|
||||
"label": "Specialties"
|
||||
"label": "Specialities"
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"kindergarden",
|
||||
"kindergarten",
|
||||
"pre-school"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"terms": [
|
||||
"agriculture",
|
||||
"auxilary",
|
||||
"auxiliary",
|
||||
"chicken coop",
|
||||
"farm auxiliary",
|
||||
"pigsty",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"kindergarden",
|
||||
"kindergarten",
|
||||
"pre-school"
|
||||
],
|
||||
"tags": {
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"terms": [
|
||||
"DVD",
|
||||
"VHS",
|
||||
"video casette"
|
||||
"video cassette"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "video"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"terms": [
|
||||
"Street Artwork",
|
||||
"Guerilla Artwork",
|
||||
"Guerrilla Artwork",
|
||||
"Graffiti Artwork"
|
||||
],
|
||||
"name": "Graffiti"
|
||||
|
||||
Reference in New Issue
Block a user