@@ -42,7 +42,7 @@ o Remove IOException from the method signatures that no longer throw IO
4242
4343Changes:
4444o Add SymbolicLinkFileFilter. Thanks to Gary Gregory.
45- o Add test to make sure the setter of AndFileFilter works correctly #244. Thanks to trncate.
45+ o Add test to make sure the setter of AndFileFilter works correctly #244. Thanks to trncate.
4646o Add XmlStreamReader(Path). Thanks to Gary Gregory.
4747o Bump mockito-inline from 3.11.0 to 3.11.2 #247. Thanks to Dependabot.
4848o Bump jmh.version from 1.27 to 1.32 #237. Thanks to Dependabot.
@@ -287,7 +287,7 @@ o IO-662: Refactor ByteArrayOutputStream into synchronized and unsynchronized v
287287
288288Fixed Bugs:
289289o IO-589: Some tests fail if the base path contains a space.
290- o IO-582: Make methods in ObservableInputStream.Obsever public. Thanks to Bruno Palos.
290+ o IO-582: Make methods in ObservableInputStream.Observer public. Thanks to Bruno Palos.
291291o IO-535: Thread bug in FileAlterationMonitor.stop(int). Thanks to Svetlin Zarev, Anthony Raymond.
292292o IO-557: Perform locale independent upper case conversions. Thanks to luccioman.
293293o IO-570: Missing Javadoc in FilenameUtils causing Travis-CI build to fail. Thanks to Pranet Verma.
@@ -554,7 +554,7 @@ o IO-338: When a file is rotated, finish reading previous file prior to startin
554554o IO-354: Commons IO Tailer does not respect UTF-8 Charset.
555555o IO-323: What should happen in FileUtils.sizeOf[Directory] when an overflow takes place?
556556 Added Javadoc.
557- o IO-372: FileUtils.moveDirectory can produce misleading error message on failiure
557+ o IO-372: FileUtils.moveDirectory can produce misleading error message on failure
558558o IO-362: IOUtils.contentEquals* methods returns false if input1 == input2, should return true. Thanks to mmadson, ggregory.
559559o IO-357: [Tailer] InterruptedException while the thread is sleeping is silently ignored Thanks to mortenh.
560560o IO-352: Spelling fixes. Thanks to scop.
@@ -671,7 +671,7 @@ Apache Commons IO Version 2.2
671671Changes in this version include:
672672
673673New features:
674- o Add IOUTils .toBufferedReader(Reader) Issue: IO-313. Thanks to ggregory.
674+ o Add IOUtils .toBufferedReader(Reader) Issue: IO-313. Thanks to ggregory.
675675o Allow applications to provide buffer (or size) for copyLarge methods. Issue: IO-308. Thanks to Manoj Mokashi.
676676o New copyLarge() method in IOUtils that takes additional offset, length arguments Issue: IO-305. Thanks to Manoj Mokashi.
677677o Use terabyte (TB), petabyte (PB) and exabyte (EB) in FileUtils.byteCountToDisplaySize(long size) Issue: IO-287. Thanks to Ron Kuris, Gary Gregory.
@@ -855,7 +855,7 @@ Bug fixes from 1.4
855855 * [IO-207] FileUtils - fix race condition in forceMkdir() method
856856 * [IO-217] FileUtils - fix copyDirectoryToDirectory() makes infinite loops
857857 * [IO-166] FileUtils - fix URL decoding in toFile(URL)
858- * [IO-190] FileUtils - fix copyDirectory not preserving lastmodified date on sub-directories
858+ * [IO-190] FileUtils - fix copyDirectory not preserving lastmodified date on subdirectories
859859 * [IO-240] FileFilterUtils - ensure cvsFilter and svnFilter are only created once.
860860 * [IO-175] IOUtils - fix copyFile() issues with very large files
861861 * [IO-191] Improvements from static analysis
@@ -933,7 +933,7 @@ Enhancements from 1.3.2
933933 - Add new Reader implementation that handles any CharSequence (String,
934934 StringBuffer, StringBuilder or CharBuffer)
935935
936- - ThesholdingOuputStream [IO-121]
936+ - ThresholdingOutputStream [IO-121]
937937 - Add a reset() method which sets the count of the bytes written back to zero.
938938
939939- DeferredFileOutputStream [IO-130]
@@ -952,10 +952,10 @@ Enhancements from 1.3.2
952952- Add Singleton Constants to several stream classes [IO-143]
953953
954954- PrefixFileFilter [IO-126]
955- - Add faciltiy to specify case sensitivity on prefix matching
955+ - Add facility to specify case sensitivity on prefix matching
956956
957957- SuffixFileFilter [IO-126]
958- - Add faciltiy to specify case sensitivity on suffix matching
958+ - Add facility to specify case sensitivity on suffix matching
959959
960960- RegexFileFilter [IO-74]
961961 - Add new regular expression file filter implementation
@@ -1105,7 +1105,7 @@ Bug fixes from 1.2
11051105 - Added a new copyLarge(Reader, Writer) method that returns a long
11061106
11071107- CountingInputStream/CountingOutputStream [IO-84]
1108- - Methods were declared as int thus the count was innacurate for large streams
1108+ - Methods were declared as int thus the count was inaccurate for large streams
11091109 - new long based methods getByteCount()/resetByteCount() added
11101110 - existing methods changed to throw an exception if the count is greater than an int
11111111
@@ -1166,7 +1166,7 @@ Enhancements from 1.2
11661166- FileDeleteStrategy
11671167- FileCleaner [IO-56,IO-70]
11681168 - FileDeleteStrategy is a strategy for handling file deletion
1169- - This can be used as a calback in FileCleaner
1169+ - This can be used as a callback in FileCleaner
11701170 - Together these allow FileCleaner to do a forceDelete to kill directories
11711171
11721172- FileCleaner.exitWhenFinished [IO-99]
@@ -1296,7 +1296,7 @@ Semantic compatible - Yes, except:
12961296 Generally this will make no difference
12971297
12981298- LockableFileWriter
1299- Improved validation and now create directories if necesssary
1299+ Improved validation and now create directories if necessary
13001300
13011301plus these bug fixes may affect you semantically:
13021302- FileUtils.touch() (Bug fix 29821)
@@ -1367,7 +1367,7 @@ Enhancements from 1.0
13671367- IOUtils - toCharArray(InputStream) [28979]
13681368 - toCharArray(InputStream,encoding)
13691369 - toCharArray(Reader)
1370- Reads a stream/reader into a charatcter array
1370+ Reads a stream/reader into a character array
13711371
13721372- IOUtils - readLines(InputStream) [36214]
13731373 - readLines(InputStream,encoding)
0 commit comments