diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-14 17:42:29 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-14 22:52:38 +0200 |
commit | 3d8ba42941a5a37ff42c4b4f277287b1e6a4d739 (patch) | |
tree | 62c9ba08227696f4fedaa4002f69548ddf5a13b2 /include/osl/time.h | |
parent | c72177966aa64df049a841ade0a8156a47a607b1 (diff) |
Fix typo
Change-Id: If136ac948234ec77d67058fc47922dc2154b1831
Reviewed-on: https://gerrit.libreoffice.org/75593
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/osl/time.h')
-rw-r--r-- | include/osl/time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/time.h b/include/osl/time.h index 5dd8d9d8f342..93cb28fca868 100644 --- a/include/osl/time.h +++ b/include/osl/time.h @@ -167,7 +167,7 @@ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_getSystemTimeFromLocalTime( /** Get the value of the global timer - @return current timer value in milli seconds + @return current timer value in milliseconds */ SAL_DLLPUBLIC sal_uInt32 SAL_CALL osl_getGlobalTimer(void); |