summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/droplong.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-08-14 22:21:06 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-08-14 23:36:31 +0200
commit882e9ff39f1a6a450fff3569d09124ab1b7ceae1 (patch)
treeb10a1d03fdeb6c515d30d1b6048bf407ee579d5e /compilerplugins/clang/droplong.cxx
parentcf410b712b069455f598ad3f8cdaa7bc37411c9d (diff)
Fix typos
Change-Id: Ic95ec7c8a36ef5d19eac93b7eed8a7de2ec8904f Reviewed-on: https://gerrit.libreoffice.org/41153 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'compilerplugins/clang/droplong.cxx')
-rw-r--r--compilerplugins/clang/droplong.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/droplong.cxx b/compilerplugins/clang/droplong.cxx
index 78129e78c323..553405bac480 100644
--- a/compilerplugins/clang/droplong.cxx
+++ b/compilerplugins/clang/droplong.cxx
@@ -17,7 +17,7 @@
#include "check.hxx"
/**
-The types 'long' and 'unsigned long' are different sizes on different platforms, making them wholy unsuitable
+The types 'long' and 'unsigned long' are different sizes on different platforms, making them wholly unsuitable
for portable code.
And when I mean different sizes, I mean 64bit Linux and 64bit Windows have different sizes.
*/