Lowercase all error messages

This commit is contained in:
timvisee 2018-05-10 17:27:35 +02:00
parent f348e603e2
commit 34aff28b10
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2
29 changed files with 166 additions and 178 deletions

View file

@ -514,21 +514,6 @@ impl Write for EncryptedFileWriter {
}
}
/// A writer wrapper, that measures the reading process for a writer with a
/// known length.
///