mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 02:49:06 +00:00
Fix typo
This commit is contained in:
parent
a879026e8c
commit
cf0e1c7ddc
@ -147,7 +147,7 @@ public class SourceFileReader extends SourceFileReaderAbstract implements ISourc
|
||||
suggested = SuggestedFile.fromOutputFile(new File(outputDirectory, newName),
|
||||
getFileFormatOption().getFileFormat(), 0);
|
||||
} else {
|
||||
Log.info("We are going to create cypherfiles in directory " + dir);
|
||||
Log.info("We are going to create files in directory " + dir);
|
||||
suggested = SuggestedFile.fromOutputFile(new File(dir, getFileName()),
|
||||
getFileFormatOption().getFileFormat(), 0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user