[Libreoffice-commits] core.git: sfx2/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Dec 21 06:05:01 UTC 2018
sfx2/source/appl/sfxhelp.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit dc10bd5326e4985816d74659ed7d8fded50fe11f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 20 18:00:41 2018 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Dec 21 07:04:35 2018 +0100
Fix typo
Change-Id: Ic267dfa4946c37b487fee1bd8a7c4d644b2625ca
Reviewed-on: https://gerrit.libreoffice.org/65516
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index aea69c0af85e..8f3319ca76c3 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -726,9 +726,9 @@ bool isFlatpak() {
bool rewriteFlatpakHelpRootUrl(OUString * helpRootUrl) {
assert(helpRootUrl != nullptr);
- //TODO: This function for now assumes that the passed-in *helpRootUrl references
+ //TODO: this function for now assumes that the passed-in *helpRootUrl references
// /app/libreoffice/help (which belongs to the org.libreoffice.LibreOffice.Help
- // extension); it replaces it with the correpsonding file URL as seen outside the flatpak
+ // extension); it replaces it with the corresponding file URL as seen outside the flatpak
// sandbox:
struct Failure: public std::exception {};
try {
More information about the Libreoffice-commits
mailing list