unotools/source/misc/mediadescriptor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dd83ba2f0d453e0b7b5a950c36b79d07806228eb Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Dec 9 13:57:01 2025 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Tue Dec 9 15:04:36 2025 +0100 Fix typo Change-Id: I0739c6878ec546ba61fa4a85665a5996865aff4d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195293 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/unotools/source/misc/mediadescriptor.cxx b/unotools/source/misc/mediadescriptor.cxx index 2a44bf8f699e..3fc935c6a07c 100644 --- a/unotools/source/misc/mediadescriptor.cxx +++ b/unotools/source/misc/mediadescriptor.cxx @@ -66,7 +66,7 @@ OUString removeFragment(OUString const & uri) { /** @short tries to open a stream by using the given URL. - @descr First it tries to open the content in r/w mode (if its + @descr First it tries to open the content in r/w mode (if it's allowed to do so). Only in case it's not allowed or it failed the stream will be tried to open in readonly mode.
