Fix typo's: s/seperat/separat/, fix #457

This commit is contained in:
Pieter Vander Vennet 2021-08-19 18:30:43 +02:00
parent ea54e0f733
commit 4284f8184e
25 changed files with 86 additions and 2286 deletions

View file

@ -132,7 +132,7 @@ export class ChangesetHandler {
* Deletes the element with the given ID from the OSM database.
* DOES NOT PERFORM ANY SAFETY CHECKS!
*
* For the deletion of an element, a new, seperate changeset is created with a slightly changed comment and some extra flags set.
* For the deletion of an element, a new, separate changeset is created with a slightly changed comment and some extra flags set.
* The CS will be closed afterwards.
*
* If dryrun is specified, will not actually delete the point but print the CS-XML to console instead