Skip to content

Commit dd6dfea

Browse files
committed
1 parent 7f487ee commit dd6dfea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/jssc/SerialPort.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ public int writeByte(byte singleByte) throws SerialPortException {
440440
* @return
441441
* Number of bytes written. WARN: Number of BYTES, NOT number of CHARS!
442442
* This may differ from <code>string.length()</code> if passed in string
443-
* contains chars outside the english alphabeth. If you need reliable
443+
* contains chars outside the english alphabet. If you need reliable
444444
* return lengths, consider calling
445445
* {@link java.lang.String#getBytes(java.nio.charset.Charset)}
446446
* yourself and then passing result to
@@ -467,7 +467,7 @@ public int writeString(String string) throws SerialPortException {
467467
* @return
468468
* Number of bytes written. WARN: Number of BYTES, NOT number of CHARS!
469469
* This may differ from <code>string.length()</code> if passed in string
470-
* contains chars outside the english alphabeth. If you need reliable
470+
* contains chars outside the english alphabet. If you need reliable
471471
* return lengths, consider calling
472472
* {@link java.lang.String#getBytes(java.nio.charset.Charset)}
473473
* yourself and then passing result to

0 commit comments

Comments
 (0)