From fc906fd5693fb04e593b828cbf20ab05340ad609 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 5 Dec 2020 15:45:02 +0000 Subject: [PATCH] fix typo Signed-off-by: Ian Jackson --- src/bin/otter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))?; }, }; -- 2.30.2