File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments