fixed spelling

Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
Greg Wilkins 2020-02-20 10:34:07 +01:00
parent 0c8860f131
commit 8c7861d210
1 changed files with 1 additions and 1 deletions

View File

@ -435,7 +435,7 @@ public class XmlConfiguration
} }
catch (NoSuchMethodException x) 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) if (id != null)