File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
commons-vfs2/src/main/java/org/apache/commons/vfs2/provider Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ public abstract class AbstractFileName implements FileName {
4545 /**
4646 * Checks whether a path fits in a particular scope of another path.
4747 *
48- * @param basePath An absolute, normalised path.
49- * @param path An absolute, normalised path.
48+ * @param basePath An absolute, normalized path.
49+ * @param path An absolute, normalized path.
5050 * @param scope The NameScope.
5151 * @return true if the path fits in the scope, false otherwise.
5252 */
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public final class UriParser {
3737 public static final char TRANS_SEPARATOR = '\\' ;
3838
3939 /**
40- * The normalised separator to use.
40+ * The normalized separator to use.
4141 */
4242 private static final char SEPARATOR_CHAR = FileName .SEPARATOR_CHAR ;
4343
You can’t perform that action at this time.
0 commit comments