From c04cbf14e139c627391d23b4adaced45d4a6afcd Mon Sep 17 00:00:00 2001 From: Matt Crouch <49367953+mjcrouch@users.noreply.github.com> Date: Wed, 17 Jun 2020 13:48:55 +0100 Subject: [PATCH] Correct minor typo Sprits -> Sprites --- .../sourceforge/plantuml/sprite/PSystemListInternalSprites.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/sourceforge/plantuml/sprite/PSystemListInternalSprites.java b/src/net/sourceforge/plantuml/sprite/PSystemListInternalSprites.java index 49e003dc1..eabb9cd6e 100644 --- a/src/net/sourceforge/plantuml/sprite/PSystemListInternalSprites.java +++ b/src/net/sourceforge/plantuml/sprite/PSystemListInternalSprites.java @@ -67,7 +67,7 @@ public class PSystemListInternalSprites extends AbstractPSystem { private UDrawable getGraphicStrings() throws IOException { final List lines = new ArrayList(); - lines.add("List Current Sprits"); + lines.add("List Current Sprites"); lines.add("Credit to"); lines.add("http://www.archimatetool.com"); lines.add(" ");