fix some typos

This commit is contained in:
Martin Lindhe
2017-10-30 13:27:16 +01:00
committed by Andrew Gallant
parent 8b9eba2147
commit c794ef2f04
5 changed files with 6 additions and 6 deletions

View File

@@ -545,7 +545,7 @@ impl fmt::Display for Error {
Error::InvalidFormat(ref original) => {
write!(
f,
"Invalid color speci format: '{}'. Valid format \
"Invalid color spec format: '{}'. Valid format \
is '(path|line|column|match):(fg|bg|style):(value)'.",
original)
}