From d5eb8a160804fdf4f9ecbff9b0f8909122779f5f Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 27 Dec 2015 18:16:23 +0100 Subject: [PATCH] fixed doc --- io/copy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/copy.h b/io/copy.h index d159c62..55238d9 100644 --- a/io/copy.h +++ b/io/copy.h @@ -52,7 +52,7 @@ void CopyHelper::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.