diff --git a/xml/src/main/java/org/springframework/xml/validation/SchemaLoaderUtils.java b/xml/src/main/java/org/springframework/xml/validation/SchemaLoaderUtils.java index cfb68f7c..a101b1f1 100644 --- a/xml/src/main/java/org/springframework/xml/validation/SchemaLoaderUtils.java +++ b/xml/src/main/java/org/springframework/xml/validation/SchemaLoaderUtils.java @@ -78,7 +78,7 @@ public abstract class SchemaLoaderUtils { return schemaFactory.newSchema(schemaSources); } - /** Retrieves the URL from the given resource as System ID. Returns null if it cannot be openened. */ + /** Retrieves the URL from the given resource as System ID. Returns null if it cannot be opened. */ public static String getSystemId(Resource resource) { try { return resource.getURL().toString();