Skip to content

Commit 335808a

Browse files
committed
Standardize on American English spelling of 'behavior'.
1 parent 6d32add commit 335808a

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ o IO-422: Deprecate Charsets Charset constants in favor of Java 7's java.nio.ch
218218
o IO-239: Convert IOCase to a Java 1.5+ Enumeration
219219
[N.B. this is binary compatible]
220220
o IO-328: getPrefixLength returns null if filename has leading slashes
221-
Javadoc: add examples to show correct behaviour; add unit tests
221+
Javadoc: add examples to show correct behavior; add unit tests
222222
o IO-299: FileUtils.listFilesAndDirs includes original dir in results even when it doesn't match filter
223223
Javadoc: clarify that original dir is included in the results
224224
o IO-375: FilenameUtils.splitOnTokens(String text) check for '**' could be simplified
@@ -772,7 +772,7 @@ Enhancements from 1.2
772772
- New class designed for subclassing to walk through a set of files.
773773
DirectoryWalker provides the walk of the directories, filtering of
774774
directories and files, and cancellation support. The subclass must provide
775-
the specific behaviour, such as text searching or image processing.
775+
the specific behavior, such as text searching or image processing.
776776

777777
- IOCase
778778
- New class/enumeration for case-sensitivity control
@@ -1063,7 +1063,7 @@ Enhancements from 1.0
10631063
Constant for an empty array of File objects
10641064

10651065
- ConditionalFileFilter - new interface [30705]
1066-
Defines the behaviour of list based filters
1066+
Defines the behavior of list based filters
10671067

10681068
- AndFileFilter, OrFileFilter [30705]
10691069
Now support a list of filters to and/or

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ The <action> type attribute can be add,update,fix,remove.
419419
</action>
420420
<action issue="IO-328" dev="sebb" type="update">
421421
getPrefixLength returns null if filename has leading slashes
422-
Javadoc: add examples to show correct behaviour; add unit tests
422+
Javadoc: add examples to show correct behavior; add unit tests
423423
</action>
424424
<action issue="IO-299" dev="sebb" type="update">
425425
FileUtils.listFilesAndDirs includes original dir in results even when it doesn't match filter

src/changes/release-notes.vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ Enhancements from 1.2
691691
- New class designed for subclassing to walk through a set of files.
692692
DirectoryWalker provides the walk of the directories, filtering of
693693
directories and files, and cancellation support. The subclass must provide
694-
the specific behaviour, such as text searching or image processing.
694+
the specific behavior, such as text searching or image processing.
695695

696696
- IOCase
697697
- New class/enumeration for case-sensitivity control
@@ -982,7 +982,7 @@ Enhancements from 1.0
982982
Constant for an empty array of File objects
983983

984984
- ConditionalFileFilter - new interface [30705]
985-
Defines the behaviour of list based filters
985+
Defines the behavior of list based filters
986986

987987
- AndFileFilter, OrFileFilter [30705]
988988
Now support a list of filters to and/or

src/site/xdoc/upgradeto1_1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Enhancements from 1.0
169169
Constant for an empty array of File objects
170170

171171
- ConditionalFileFilter - new interface [30705]
172-
Defines the behaviour of list based filters
172+
Defines the behavior of list based filters
173173

174174
- AndFileFilter, OrFileFilter [30705]
175175
Now support a list of filters to and/or

src/site/xdoc/upgradeto1_3.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Enhancements from 1.2
112112
- New class designed for subclassing to walk through a set of files.
113113
DirectoryWalker provides the walk of the directories, filtering of
114114
directories and files, and cancellation support. The subclass must provide
115-
the specific behaviour, such as text searching or image processing.
115+
the specific behavior, such as text searching or image processing.
116116

117117
- IOCase
118118
- New class/enumeration for case-sensitivity control

src/site/xdoc/upgradeto2_5.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ limitations under the License.
123123
o IO-239: Convert IOCase to a Java 1.5+ Enumeration
124124
[N.B. this is binary compatible]
125125
o IO-328: getPrefixLength returns null if filename has leading slashes
126-
Javadoc: add examples to show correct behaviour; add unit tests
126+
Javadoc: add examples to show correct behavior; add unit tests
127127
o IO-299: FileUtils.listFilesAndDirs includes original dir in results even when it doesn't match filter
128128
Javadoc: clarify that original dir is included in the results
129129
o IO-375: FilenameUtils.splitOnTokens(String text) check for '**' could be simplified

0 commit comments

Comments
 (0)