Fixed spelling error

This commit is contained in:
Davis King 2015-01-26 17:59:35 -05:00
parent 7596c094a6
commit ac52d37541
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ namespace dlib
) const;
/*!
ensures
- reads data from in (until EOF is reached) and decodees it
- reads data from in (until EOF is reached), decodes it,
and writes it to out.
throws
- std::ios_base::failure