From 32b2a1831d819f73def1485d1589522cd19f9f6c Mon Sep 17 00:00:00 2001
From: Andrea Gelmini <andrea.gelmini@gelma.net>
Date: Fri, 26 Jan 2018 10:52:43 +0100
Subject: 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>
---
 svtools/source/misc/embedtransfer.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'svtools')

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();
-- 
cgit