Skip to content

Commit 2d7af6b

Browse files
committed
fixed grammatical errors
1 parent 50868e1 commit 2d7af6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/od/src/od.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ fn extract_strings_from_input(
659659
string_start_offset = current_offset;
660660
offset_preloaded = true;
661661
} else {
662-
// Any other non-printable (like \n) resets the prelod logic, representig the GNU bug
662+
// Any other non-printable (like \n) resets the preload logic, representing the GNU bug
663663
offset_preloaded = false;
664664
}
665665

0 commit comments

Comments
 (0)