fixed doc

This commit is contained in:
Martchus 2015-12-27 18:16:23 +01:00
parent 9115235976
commit d5eb8a1608
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ void CopyHelper<bufferSize>::copy(std::istream &input, std::ostream &output, std
/*!
* \brief Copies \a count bytes from \a input to \a output. The procedure might be abortet. Progress updates will be reportet.
*
* Copying is aborted when \a isAbortet returns true. The current progress is reportet by calling the specified \a callback function.
* Copying is aborted when \a isAborted returns true. The current progress is reportet by calling the specified \a callback function.
*
* \remarks Set an exception mask using std::ios::exceptions() to get
* a std::ios_base::failure exception when an IO error occurs.