summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-15 09:09:26 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-15 11:47:38 +0100
commit161a366356be6903d0a423769bb479dbaf58057c (patch)
tree0767a0e6d929345d42f974294f5f23927e9f5b45 /include
parent2b8676b01ca742792596e3516ad9990392ae100c (diff)
Fix typos
Change-Id: I5437180fd019ec3b9e2ccaa245b852f37cc091cd Reviewed-on: https://gerrit.libreoffice.org/63400 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/salhelper/timer.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/salhelper/timer.hxx b/include/salhelper/timer.hxx
index 674c95552ffe..440790432f59 100644
--- a/include/salhelper/timer.hxx
+++ b/include/salhelper/timer.hxx
@@ -186,11 +186,11 @@ protected:
protected:
- /** holds (initial) exparation time of this timer.
+ /** holds (initial) expiration time of this timer.
*/
TTimeValue m_aTimeOut;
- /** holds the time of exparation of this timer.
+ /** holds the time of expiration of this timer.
*/
TTimeValue m_aExpired;