--- old/functional/ControlsTests/test/javafx/scene/control/test/Mnemonics/LabelsMnemonicsTest.java 2016-12-09 13:28:03.186683384 +0300 +++ new/functional/ControlsTests/test/javafx/scene/control/test/Mnemonics/LabelsMnemonicsTest.java 2016-12-09 13:28:03.130682881 +0300 @@ -46,7 +46,7 @@ /** * Class provides tests for mnemonics behavior. - * According to the Mnemonics spec + * According to the mnemonics spec, * mnemonics are platform specific. Therefore tests design is aimed to * consider the difference between platforms and to avoid boilerplate. * @@ -227,4 +227,4 @@ scene.keyboard().pushKey(KeyboardButtons.ALT); } } -} \ No newline at end of file +}