diff options
author | Gabor X Toth <*@tg-x.net> | 2016-10-06 16:01:51 +0000 |
---|---|---|
committer | Gabor X Toth <*@tg-x.net> | 2016-10-06 16:01:51 +0000 |
commit | da0aae8584e524595e7c17cf3f2cce3090fbb035 (patch) | |
tree | 00bbb49044c3febe69e894a9cc14b45ffc1a12e7 /src/my/my.c | |
parent | a150b5db213e2fd9474ff7f4a6f639b22ece63ef (diff) |
psycstore: mysql stmt fix, logging for tests
Diffstat (limited to 'src/my/my.c')
-rw-r--r-- | src/my/my.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/my/my.c b/src/my/my.c index dd0e402514..5816663b6d 100644 --- a/src/my/my.c +++ b/src/my/my.c @@ -104,7 +104,7 @@ GNUNET_MY_exec_prepared (struct GNUNET_MYSQL_Context *mc, /** * Free all memory that was allocated in @a qp during - * #GNUNET_MY_exect_prepared(). + * #GNUNET_MY_exec_prepared(). * * @param qp query specification to clean up * @param qbind array of parameter to clean up |