diff --git a/tests/pacs/viewer.ui.annot.js b/tests/pacs/viewer.ui.annot.js index 60b9a7c1d..911b2c047 100644 --- a/tests/pacs/viewer.ui.annot.js +++ b/tests/pacs/viewer.ui.annot.js @@ -150,7 +150,7 @@ test.dataModelUI.Annotation = function (app) { inputColour.onchange = function (event) { const target = event.target; const newColour = target.value; - // get annotatio + // get annotation const indices = splitAnnotationDivId(target.id.substring(inputColourPrefix.length)); const dataId = indices.dataId;