summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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;