spelling: decoded

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:00:48 -04:00
committed by Jindra Petřík
parent 0cbb407d92
commit 052400aac0

View File

@@ -225,7 +225,7 @@ public class Converter {
*
* @param frameNo The 0-based sequence number of the frame.
* @param header The Header rerpesenting the frame just read.
* @param o The Obuffer the deocded data was written to.
* @param o The Obuffer the decoded data was written to.
*/
void decodedFrame(int frameNo, Header header, Obuffer o);