@@ 34,7 34,7 @@ impl Display for Error {
write!(f, "The requested entry is not on the shelf")
},
Error::Write => write!(f, "Writing to the database failed"),
- Error::Read => write!(f, "Writing from the database failed"),
+ Error::Read => write!(f, "Reading from the database failed"),
}
}
}