From 94fe226b405a4e000514f9e6d0b9935d49711f19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Sat, 26 Jun 2010 20:36:20 +0200 Subject: [PATCH] Fix typo in isds_get_delivery_info() description --- src/isds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isds.h b/src/isds.h index c038f49..fef4990 100644 --- a/src/isds.h +++ b/src/isds.h @@ -1050,7 +1050,7 @@ isds_error isds_load_delivery_info(struct isds_ctx *context, * @message is automatically reallocated message retrieved from ISDS. * It will miss documents per se. Use isds_get_received_message(), if you are * interested in documents (content). OTOH, only this function can get list - * events message has gone through. */ + * of events message has gone through. */ isds_error isds_get_delivery_info(struct isds_ctx *context, const char *message_id, struct isds_message **message); -- 2.11.4.GIT