diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-02-02 19:47:20 +0100 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-02-05 06:48:38 +0000 |
commit | 534b2a4b58ba765dbc256d6297e33453524915e2 (patch) | |
tree | 68524baff923ce094392f49e0f263ae0d35f80e9 /include/sal | |
parent | 7f5de2436a5c51ee8dec38a9b04f4a1b3589e361 (diff) |
Fix typos
Change-Id: Ice72f8d9971e15dd6ef365e64cd567b8581a92d3
Reviewed-on: https://gerrit.libreoffice.org/21797
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'include/sal')
-rw-r--r-- | include/sal/types.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sal/types.h b/include/sal/types.h index 97806de60350..7638eaeed139 100644 --- a/include/sal/types.h +++ b/include/sal/types.h @@ -486,7 +486,7 @@ template< typename T1, typename T2 > inline T1 static_int_cast(T2 n) { /** Use as follows: - SAL_DEPRECATED("Dont use, its evil.") void doit(int nPara); + SAL_DEPRECATED("Don't use, it's evil.") void doit(int nPara); */ #if HAVE_GCC_DEPRECATED_MESSAGE @@ -506,7 +506,7 @@ template< typename T1, typename T2 > inline T1 static_int_cast(T2 n) { SAL_DEPRECATED, and then removed. Use as follows: - SAL_DEPRECATED_INTERNAL("Dont use, its evil.") void doit(int nPara); + SAL_DEPRECATED_INTERNAL("Don't use, it's evil.") void doit(int nPara); */ #ifdef LIBO_INTERNAL_ONLY # define SAL_DEPRECATED_INTERNAL(message) |