Skip to content

Commit d2815eb

Browse files
committed
Comment spelling
1 parent f04fada commit d2815eb

File tree

1 file changed

+1
-1
lines changed
  • commons-vfs2-jackrabbit1/src/test/java/org/apache/commons/vfs2/provider/webdav/test

1 file changed

+1
-1
lines changed

commons-vfs2-jackrabbit1/src/test/java/org/apache/commons/vfs2/provider/webdav/test/JackrabbitMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ private void copyToOutput(final String resource) throws IOException {
9999
}
100100
}
101101

102-
/** Try to load a resource with various classloaders. */
102+
/** Try to load a resource with various class loaders. */
103103
private URL getResource(final String name) {
104104
URL res = Thread.currentThread().getContextClassLoader().getResource(name);
105105
if (res == null) {

0 commit comments

Comments
 (0)