diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:56:52 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 07:07:18 +0000 |
commit | c15d93f252df25b1d0e406abb08e3a3e5df71f5e (patch) | |
tree | 8e1f84bb3b9e15c34872317dcbd6cbaedac03b18 /sal/osl/all | |
parent | a55c2728453c68f44966fc31b4a483416c43b8f3 (diff) |
Fix typos
Change-Id: Ia41f4f0ca30ae3346d0720271478ec5bcdab797b
Reviewed-on: https://gerrit.libreoffice.org/18967
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sal/osl/all')
-rw-r--r-- | sal/osl/all/log.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/all/log.cxx b/sal/osl/all/log.cxx index 67e384cb6fcd..58e24a2d4787 100644 --- a/sal/osl/all/log.cxx +++ b/sal/osl/all/log.cxx @@ -125,7 +125,7 @@ bool report(sal_detail_LogLevel level, char const * area) { switch (*p++) { case '\0': return senseLen[POSITIVE] >= senseLen[NEGATIVE]; - // if a specific item is both postiive and negative + // if a specific item is both positive and negative // (senseLen[POSITIVE] == senseLen[NEGATIVE]), default to // positive case '+': |