Skip to content

Commit 930f1fb

Browse files
committed
Javadoc: Normalize and fix spelling
1 parent e6fe8dc commit 930f1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/io/input/Tailer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ public void run() {
10431043
* - gets "touched"
10441044
* - Files.getLastModifiedTime returns a new timestamp but newer data is not yet there (
10451045
* was reported to happen on busy systems or samba network shares, see IO-279)
1046-
* The default behaviour is to replay the whole file. If this is unsdesired in your usecase,
1046+
* The default behavior is to replay the whole file. If this is undesired in your usecase,
10471047
* use the ignoreTouch builder flag
10481048
*/
10491049
if (!ignoreTouch) {

0 commit comments

Comments
 (0)