Merge pull request #7974 from fredj/cleanup

Fix spelling
This commit is contained in:
Frédéric Junod
2018-03-12 16:10:22 +01:00
committed by GitHub
11 changed files with 12 additions and 12 deletions

View File

@@ -284,7 +284,7 @@ inherits(Modify, PointerInteraction);
/**
* The segment index assigned to a circle's center when
* breaking up a cicrle into ModifySegmentDataType segments.
* breaking up a circle into ModifySegmentDataType segments.
* @type {number}
*/
const CIRCLE_CENTER_INDEX = 0;