Skip to content

Commit 78bcc4b

Browse files
committed
Normalize spelling
1 parent 7308999 commit 78bcc4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/AbstractFileName.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/

commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/UriParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)