Skip to content

Commit 50ed5ca

Browse files
Some minor spelling error in comment
1 parent b0ac4c1 commit 50ed5ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

module/src/test/java/com/iluwatar/module/FileLoggerModuleTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public final class FileLoggerModuleTest {
6363
@Test
6464
public void testFileMessage() throws IOException {
6565

66-
/* Get singletong instance of File Logger Module */
66+
/* Get singleton instance of File Logger Module */
6767
final var fileLoggerModule = FileLoggerModule.getSingleton();
6868

6969
/* Prepare the essential sub modules, to perform the sequence of jobs */
@@ -109,7 +109,7 @@ public void testNoFileMessage() throws IOException {
109109
@Test
110110
public void testFileErrorMessage() throws FileNotFoundException {
111111

112-
/* Get singletong instance of File Logger Module */
112+
/* Get singleton instance of File Logger Module */
113113
final var fileLoggerModule = FileLoggerModule.getSingleton();
114114

115115
/* Prepare the essential sub modules, to perform the sequence of jobs */
@@ -134,7 +134,7 @@ public void testFileErrorMessage() throws FileNotFoundException {
134134
@Test
135135
public void testNoFileErrorMessage() throws FileNotFoundException {
136136

137-
/* Get singletong instance of File Logger Module */
137+
/* Get singleton instance of File Logger Module */
138138
final var fileLoggerModule = FileLoggerModule.getSingleton();
139139

140140
/* Prepare the essential sub modules, to perform the sequence of jobs */

0 commit comments

Comments
 (0)