1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-07 10:50:53 +00:00

Correct minor typo

Sprits -> Sprites
This commit is contained in:
Matt Crouch 2020-06-17 13:48:55 +01:00 committed by GitHub
parent 37a6f82e35
commit c04cbf14e1
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(" ");