javadoc typos

This commit is contained in:
zzz
2024-02-15 05:58:55 -05:00
parent 0af58d7723
commit 72e9bba84d
2 changed files with 2 additions and 2 deletions

View File

@@ -1227,7 +1227,7 @@ public class I2PTunnelHTTPServer extends I2PTunnelServer {
} }
/** /**
* Read a line teriminated by newline, with a total read timeout. * Read a line terminated by newline, with a total read timeout.
* *
* Warning - strips \n but not \r * Warning - strips \n but not \r
* Warning - 8KB line length limit as of 0.7.13, @throws IOException if exceeded * Warning - 8KB line length limit as of 0.7.13, @throws IOException if exceeded

View File

@@ -315,7 +315,7 @@ public class I2PTunnelIRCServer extends I2PTunnelServer implements Runnable {
} }
/** /**
* Read a line teriminated by newline, with a total read timeout. * Read a line terminated by newline, with a total read timeout.
* *
* Warning - strips \n but not \r * Warning - strips \n but not \r
* Warning - 8KB line length limit as of 0.7.13, @throws IOException if exceeded * Warning - 8KB line length limit as of 0.7.13, @throws IOException if exceeded