未验证 提交 76bfc68c 编写于 作者: I Ilkka Seppälä 提交者: GitHub

Merge pull request #1481 from vINCENT8888801/some-minor-spelling-error

Some minor spelling error in comment
......@@ -63,7 +63,7 @@ public final class FileLoggerModuleTest {
@Test
public void testFileMessage() throws IOException {
/* Get singletong instance of File Logger Module */
/* Get singleton instance of File Logger Module */
final var fileLoggerModule = FileLoggerModule.getSingleton();
/* Prepare the essential sub modules, to perform the sequence of jobs */
......@@ -109,7 +109,7 @@ public final class FileLoggerModuleTest {
@Test
public void testFileErrorMessage() throws FileNotFoundException {
/* Get singletong instance of File Logger Module */
/* Get singleton instance of File Logger Module */
final var fileLoggerModule = FileLoggerModule.getSingleton();
/* Prepare the essential sub modules, to perform the sequence of jobs */
......@@ -134,7 +134,7 @@ public final class FileLoggerModuleTest {
@Test
public void testNoFileErrorMessage() throws FileNotFoundException {
/* Get singletong instance of File Logger Module */
/* Get singleton instance of File Logger Module */
final var fileLoggerModule = FileLoggerModule.getSingleton();
/* Prepare the essential sub modules, to perform the sequence of jobs */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册