summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-06-12 12:30:15 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-12 13:47:06 +0200
commitd4d737d5616f1246e770c1a377fba9288e6ec7ea (patch)
tree7efc4068981ec046b41cee4af5467ae52a54f887 /external
parented715a460254e4d72c78ff6eb244a9fc6692e2a6 (diff)
Fix typos
Change-Id: Ib2ba32d48d3df16b0b20deea84416fe15a2d7176 Reviewed-on: https://gerrit.libreoffice.org/38650 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'external')
-rw-r--r--external/clew/source/clew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/clew/source/clew.c b/external/clew/source/clew.c
index e885dee9b2d1..d82235a8715b 100644
--- a/external/clew/source/clew.c
+++ b/external/clew/source/clew.c
@@ -135,7 +135,7 @@ static void clewExit(void)
//! \param path path to dynamic library to load
//! \return CLEW_ERROR_OPEN_FAILED if the library could not be opened
//! CLEW_ERROR_ATEXIT_FAILED if atexit(clewExit) failed
-//! CLEW_SUCCESS when the library was succesfully loaded
+//! CLEW_SUCCESS when the library was successfully loaded
int clewInit(const char* path)
{
int error = 0;