sw/source/core/text/txtcache.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a739ad1304a73340f6e68ed7e03e7a1e84ccc892 Author: Andrea Gelmini <[email protected]> AuthorDate: Sat Aug 27 17:04:58 2022 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun Aug 28 10:12:28 2022 +0200 Fix typo Change-Id: I99e5a87c8ee1667bbcc96051ecb25f1bf310055f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138934 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/sw/source/core/text/txtcache.hxx b/sw/source/core/text/txtcache.hxx index 654953e19940..ee18f14c3b0c 100644 --- a/sw/source/core/text/txtcache.hxx +++ b/sw/source/core/text/txtcache.hxx @@ -42,7 +42,7 @@ public: { if (!bDelete) { - // coverity[leaked_storage] - intentional, ownership transfered + // coverity[leaked_storage] - intentional, ownership transferred (void)m_pLine.release(); } m_pLine.reset(pNew);
