File tree Expand file tree Collapse file tree
module/src/test/java/com/iluwatar/module Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments