chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6db973
)
fix typo
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sat, 5 Dec 2020 15:45:02 +0000
(15:45 +0000)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/src/bin/otter.rs
b/src/bin/otter.rs
index 1f7d675a1e8faed6c8d59d3ad6b00532c90ce8b9..34ad05f5455c9d90e9fb55eee5334b27fef0990e 100644
(file)
--- 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 alter
n
ations failed (maybe partially); response to: {:?}",
+ "game alterations failed (maybe partially); response to: {:?}",
&cmd))?;
},
};