1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-21 17:42:20 +00:00

Merge pull request #339 from mjcrouch/fix-typo

Correct minor typo
This commit is contained in:
arnaudroques 2020-06-17 14:52:16 +02:00 committed by GitHub
commit 5cd6df817e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ public class PSystemListInternalSprites extends AbstractPSystem {
private UDrawable getGraphicStrings() throws IOException {
final List<String> lines = new ArrayList<String>();
lines.add("<b>List Current Sprits");
lines.add("<b>List Current Sprites");
lines.add("<i>Credit to");
lines.add("http://www.archimatetool.com");
lines.add(" ");