We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fe8dc commit 930f1fbCopy full SHA for 930f1fb
src/main/java/org/apache/commons/io/input/Tailer.java
@@ -1043,7 +1043,7 @@ public void run() {
1043
* - gets "touched"
1044
* - Files.getLastModifiedTime returns a new timestamp but newer data is not yet there (
1045
* 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,
+ * The default behavior is to replay the whole file. If this is undesired in your usecase,
1047
* use the ignoreTouch builder flag
1048
*/
1049
if (!ignoreTouch) {
0 commit comments