Some minor spelling error in comment

This commit is contained in:
Wei Seng 2020-08-09 03:15:26 +08:00
parent b0ac4c1ca3
commit 50ed5ca699

View File

@ -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 */