diff --git a/lib/message/mu-mime-object.hh b/lib/message/mu-mime-object.hh index 20154069..428c3999 100644 --- a/lib/message/mu-mime-object.hh +++ b/lib/message/mu-mime-object.hh @@ -1,5 +1,5 @@ /* -** Copyright (C) 2022 Dirk-Jan C. Binnema +** Copyright (C) 2022-2025 Dirk-Jan C. Binnema ** ** This program is free software; you can redistribute it and/or modify it ** under the terms of the GNU General Public License as published by the @@ -842,7 +842,7 @@ public: * @param path path to file * @param overwrite if true, overwrite existing file, if it bqexists * - * @return size of the wrtten file, or an error. + * @return size of the written file, or an error. */ Result to_file(const std::string& path, bool overwrite) const noexcept; @@ -1137,7 +1137,7 @@ public: * @param path path to file * @param overwrite if true, overwrite existing file, if it bqexists * - * @return size of the wrtten file, or an error. + * @return size of the written file, or an error. */ Result to_file(const std::string& path, bool overwrite) const noexcept;