From 5642a37406f6f79e6c4dcfa2acbf2e500eebc6d0 Mon Sep 17 00:00:00 2001 From: HookedBehemoth Date: Wed, 19 Feb 2020 23:14:24 +0100 Subject: [PATCH] remove leftover "Writes" --- nx/include/switch/services/capsc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/services/capsc.h b/nx/include/switch/services/capsc.h index 87243429..92621a5f 100644 --- a/nx/include/switch/services/capsc.h +++ b/nx/include/switch/services/capsc.h @@ -212,7 +212,7 @@ Result capscOpenAlbumMovieWriteStream(u64 *stream, const CapsAlbumFileId *file_i /** * @brief Finish write to AlbumMovieWriteStream. - * @note Writes copies file from save to destination storage and deletes the temporary file. + * @note Copies file from save to destination storage and deletes the temporary file. * @note Only available on [4.0.0+]. * @param[in] stream Stream handle. */