summaryrefslogtreecommitdiff
path: root/dtrans
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-06-25 23:38:18 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-06-26 09:20:18 +0200
commitdbcc169d8c1008d46f62e0a526aa89331471621a (patch)
treed0945680a37330685fe992a1be8099359b6ed286 /dtrans
parent2dbe6a2d57956be392966c363d03f54cb68dd4fa (diff)
Fix typos
Change-Id: I2ce725f87ee6f8ebcffbac268cc7e7f8850023e5 Reviewed-on: https://gerrit.libreoffice.org/39232 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/misc/ImplHelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dtrans/source/win32/misc/ImplHelper.cxx b/dtrans/source/win32/misc/ImplHelper.cxx
index e4e8d1cb0ba7..58836ec6c601 100644
--- a/dtrans/source/win32/misc/ImplHelper.cxx
+++ b/dtrans/source/win32/misc/ImplHelper.cxx
@@ -338,7 +338,7 @@ bool SAL_CALL CompareTargetDevice( DVTARGETDEVICE* ptdLeft, DVTARGETDEVICE* ptdR
bRet = true;
}
- // one ot the two is NULL
+ // one of the two is NULL
else if ( ( nullptr != ptdRight ) && ( nullptr != ptdLeft ) )
if ( ptdLeft->tdSize == ptdRight->tdSize )