From 7f780d079c86ac78203d8176af366d45dacf1721 Mon Sep 17 00:00:00 2001 From: ovibos Date: Tue, 10 Oct 2017 17:33:36 -0400 Subject: [PATCH] Fix typo Changed "there 'smore" to "there's more" --- src/mem.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mem.rs b/src/mem.rs index 3eaf36abe..2212cb2e6 100644 --- a/src/mem.rs +++ b/src/mem.rs @@ -129,7 +129,7 @@ pub enum Status { /// Indicates success. /// /// Means that more input may be needed but isn't available - /// and/or there' smore output to be written but the output buffer is full. + /// and/or there's more output to be written but the output buffer is full. Ok, /// Indicates that forward progress is not possible due to input or output