From 825cd7ff4c2d3afe1d19ae5300115cf625cb85fa Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Sat, 21 Mar 2015 04:29:45 +0000 Subject: [PATCH] Docstring spelling fix --- core/java/src/net/i2p/app/ClientApp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/src/net/i2p/app/ClientApp.java b/core/java/src/net/i2p/app/ClientApp.java index 3f611454d3..ed8e2f9dda 100644 --- a/core/java/src/net/i2p/app/ClientApp.java +++ b/core/java/src/net/i2p/app/ClientApp.java @@ -53,7 +53,7 @@ public interface ClientApp { public String getName(); /** - * The dislplay name of the ClientApp, used in user interfaces. + * The display name of the ClientApp, used in user interfaces. * The app must translate. * @return non-null */ -- GitLab