1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

spelling check

This commit is contained in:
Alexander Andreev
2018-03-24 09:35:52 +03:00
parent d46854b315
commit 2d80c5053d
11 changed files with 13 additions and 13 deletions

View File

@ -103,8 +103,8 @@ pub enum ProtocolError {
/// A payload reached size limit.
#[fail(display="A payload reached size limit.")]
Overflow,
/// Continuation is not supproted
#[fail(display="Continuation is not supproted.")]
/// Continuation is not supported
#[fail(display="Continuation is not supported.")]
NoContinuation,
/// Bad utf-8 encoding
#[fail(display="Bad utf-8 encoding.")]