summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/systemdatetime.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/inc/systemdatetime.hxx b/tools/inc/systemdatetime.hxx
index cc74eae61340..29306112a311 100644
--- a/tools/inc/systemdatetime.hxx
+++ b/tools/inc/systemdatetime.hxx
@@ -17,7 +17,7 @@ constexpr sal_Int64 HOUR_MASK = SAL_CONST_INT64(10000000000000);
/** Get current local timestamp.
Both pDate and pTime can be null.
- Returns true if succeeded, false otherwse.
+ Returns true if succeeded, false otherwise.
*/
bool GetSystemDateTime(sal_Int32* pDate, sal_Int64* pTime);