diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:34:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:34:02 +0200 |
commit | 70e4329d0479305f16158a63878f335ee9232a5e (patch) | |
tree | de3e471ad7764d08daf0fdd1df88f3b184de12d6 /sal | |
parent | c32b6be06bf5453d82d9aad64aed5f384c9d1d1f (diff) |
fdo#60724 successfull -> successful
Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/osl/thread.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/inc/osl/thread.hxx b/sal/inc/osl/thread.hxx index b9a1c0a60da7..3a1b73e829ef 100644 --- a/sal/inc/osl/thread.hxx +++ b/sal/inc/osl/thread.hxx @@ -206,7 +206,7 @@ public: } /** Set the data associated with the data key. - @returns True if operation was successfull + @returns True if operation was successful */ sal_Bool SAL_CALL setData(void *pData) { |