--- old/functional/ControlsTests/test/javafx/scene/control/test/Mnemonics/LabelsMnemonicsTest.java 2016-12-22 11:26:29.869083393 +0300 +++ new/functional/ControlsTests/test/javafx/scene/control/test/Mnemonics/LabelsMnemonicsTest.java 2016-12-22 11:26:29.817082892 +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 +}