From: Ian Jackson Date: Sat, 5 Dec 2020 15:45:02 +0000 (+0000) Subject: fix typo X-Git-Tag: otter-0.2.0~274 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fc906fd5693fb04e593b828cbf20ab05340ad609;p=otter.git fix typo Signed-off-by: Ian Jackson --- diff --git a/src/bin/otter.rs b/src/bin/otter.rs index 1f7d675a..34ad05f5 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -459,7 +459,7 @@ impl Conn { }, AlterGame { error: Some(error), .. } => { Err(error.clone()).context(format!( - "game alternations failed (maybe partially); response to: {:?}", + "game alterations failed (maybe partially); response to: {:?}", &cmd))?; }, };