summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-26 10:52:43 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-26 11:39:58 +0100
commit32b2a1831d819f73def1485d1589522cd19f9f6c (patch)
treec5cbc86dddf40295bf3c77770eb70a7c1a717f89 /svtools
parent484d0ea842da586a4cf51b6d11683b04f234474c (diff)
Fix typos
Change-Id: I334f0bd5636940ea8105dcf93b95b3af28894aad Reviewed-on: https://gerrit.libreoffice.org/48546 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/embedtransfer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/misc/embedtransfer.cxx b/svtools/source/misc/embedtransfer.cxx
index 5d642c7a513f..51c16627e338 100644
--- a/svtools/source/misc/embedtransfer.cxx
+++ b/svtools/source/misc/embedtransfer.cxx
@@ -97,7 +97,7 @@ bool SvEmbedTransferHelper::GetData( const css::datatransfer::DataFlavor& rFlavo
{
try
{
- // TODO/LATER: Propbably the graphic should be copied here as well
+ // TODO/LATER: Probably the graphic should be copied here as well
// currently it is handled by the applications
utl::TempFile aTmp;
aTmp.EnableKillingFile();