8271396: Spelling errors

Reviewed-by: tschatzl, chegar, iris, psadhukhan, cjplummer
This commit is contained in:
Emmanuel Bourg 2021-07-29 16:03:31 +00:00 committed by Julia Boes
parent 489e5fd12a
commit d09b028407
34 changed files with 103 additions and 103 deletions

View file

@ -527,7 +527,7 @@ public class Proxy implements java.io.Serializable {
if (proxyPkg == null) {
// all proxy interfaces are public and exported
if (!m.isNamed())
throw new InternalError("ununamed module: " + m);
throw new InternalError("unnamed module: " + m);
proxyPkg = nonExported ? PROXY_PACKAGE_PREFIX + "." + m.getName()
: m.getName();
} else if (proxyPkg.isEmpty() && m.isNamed()) {