From 8c7861d21060a9a5337570a785f66e36f36e3106 Mon Sep 17 00:00:00 2001 From: Greg Wilkins Date: Thu, 20 Feb 2020 10:34:07 +0100 Subject: [PATCH] fixed spelling Signed-off-by: Greg Wilkins --- .../src/main/java/org/eclipse/jetty/xml/XmlConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetty-xml/src/main/java/org/eclipse/jetty/xml/XmlConfiguration.java b/jetty-xml/src/main/java/org/eclipse/jetty/xml/XmlConfiguration.java index 3ca8f30b39d..f8132f7ceb6 100644 --- a/jetty-xml/src/main/java/org/eclipse/jetty/xml/XmlConfiguration.java +++ b/jetty-xml/src/main/java/org/eclipse/jetty/xml/XmlConfiguration.java @@ -435,7 +435,7 @@ public class XmlConfiguration } catch (NoSuchMethodException x) { - throw new IllegalStateException(String.format("No maatching constructor %s in %s", oClass, _configuration)); + throw new IllegalStateException(String.format("No matching constructor %s in %s", oClass, _configuration)); } } if (id != null)