diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-24 15:24:04 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-24 16:53:10 +0200 |
commit | 081d3a1b6702dc9a14c9df220424a25095d8d83a (patch) | |
tree | 381c903ddcf21da8f2c471c1eef4f87f1f905dfa /include/sfx2/sfxhtml.hxx | |
parent | 9fe881410909c5273cef517433411bc4eceee294 (diff) |
Fix typos
Change-Id: I9385704bea54ff504457f7ac1ec39ed98cfdaf97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101276
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/sfx2/sfxhtml.hxx')
-rw-r--r-- | include/sfx2/sfxhtml.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/sfxhtml.hxx b/include/sfx2/sfxhtml.hxx index 0cab447c8fb5..ff7ee4bfb96e 100644 --- a/include/sfx2/sfxhtml.hxx +++ b/include/sfx2/sfxhtml.hxx @@ -80,7 +80,7 @@ protected: // a Continue is called with passed on token. The file can then be picked // up by FinishFileDownload. To cancel the download should a shell be // left. It can only exist a single download at the same time, For every - // started download FinshFileDownload must be called. + // started download FinishFileDownload must be called. void StartFileDownload(const OUString& rURL); // End of an asynchronous file download. Returns TRUE if the download |