From 8dda472871f6ab381b4977d467cbda8dbdbb54fd Mon Sep 17 00:00:00 2001 From: Jesse Shawl Date: Sun, 26 Mar 2023 06:58:52 -0500 Subject: [PATCH] fix documentation typo --- lib/ssh_data/encoding.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ssh_data/encoding.rb b/lib/ssh_data/encoding.rb index ff6e991..7a72508 100644 --- a/lib/ssh_data/encoding.rb +++ b/lib/ssh_data/encoding.rb @@ -424,7 +424,7 @@ def decode_fields(raw, fields, offset=0) [hash, total_read] end - # Encode the series of fiends into a binary string. + # Encode the series of fields into a binary string. # # fields - A series of Arrays, each containing a Symbol type and a value to # encode.