Skip to content

Commit

Permalink
javadoc typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Feb 15, 2024
1 parent 0af58d7 commit 72e9bba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ else if ("connection".equals(lcName))
}

/**
* 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 - 8KB line length limit as of 0.7.13, @throws IOException if exceeded
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ private static String filterRegistration(I2PSocket socket, String newHostname) t
}

/**
* 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 - 8KB line length limit as of 0.7.13, @throws IOException if exceeded
Expand Down

0 comments on commit 72e9bba

Please sign in to comment.