Skip to content

Commit 8d288a1

Browse files
Merge pull request #1737 from JKRT/typo-fix
Fixed typo
2 parents 563a3f0 + 56367c6 commit 8d288a1

File tree

1 file changed

+1
-1
lines changed
  • plugin/mutate/source/dextool/plugin/mutate/backend/test_mutant

1 file changed

+1
-1
lines changed

plugin/mutate/source/dextool/plugin/mutate/backend/test_mutant/package.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ nothrow:
658658
data.halt = true;
659659
}
660660

661-
logger.infof("Memory limit set minium %s Mbyte",
661+
logger.infof("Memory limit set minimum %s Mbyte",
662662
cast(ulong)(toMinMemory(conf.maxMemUsage.get) / (1024.0 * 1024.0)))
663663
.collectException;
664664

0 commit comments

Comments
 (0)