Skip to content

Commit 42c86ce

Browse files
authored
Merge pull request #406 from striezel-stash/fix-some-typos
Fix typos
2 parents 9a25bc0 + 563f1c4 commit 42c86ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/gz/bufread.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ impl<R: BufRead + Write> Write for GzDecoder<R> {
359359
/// MultiGzDecoder decodes all members from the data and only returns Ok(0) when the
360360
/// underlying reader does. For a file, this reads to the end of the file.
361361
///
362-
/// To handle members seperately, see [GzDecoder] or read more
362+
/// To handle members separately, see [GzDecoder] or read more
363363
/// [in the introduction](../index.html#about-multi-member-gzip-files).
364364
///
365365
/// [gzip file]: https://www.rfc-editor.org/rfc/rfc1952#page-5

src/gz/read.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ impl<R: Read + Write> Write for GzDecoder<R> {
208208
/// MultiGzDecoder decodes all members of a file and returns Ok(0) once the
209209
/// underlying reader does.
210210
///
211-
/// To handle members seperately, see [GzDecoder] or read more
211+
/// To handle members separately, see [GzDecoder] or read more
212212
/// [in the introduction](../index.html#about-multi-member-gzip-files).
213213
///
214214
/// [gzip file]: https://www.rfc-editor.org/rfc/rfc1952#page-5

0 commit comments

Comments
 (0)