chiark / gitweb /
fix typo
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 5 Dec 2020 15:45:02 +0000 (15:45 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 5 Dec 2020 15:45:02 +0000 (15:45 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/bin/otter.rs

index 1f7d675a1e8faed6c8d59d3ad6b00532c90ce8b9..34ad05f5455c9d90e9fb55eee5334b27fef0990e 100644 (file)
@@ -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))?;
       },
     };