X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-wsj1.h;fp=src%2Fafb-wsj1.h;h=18657c3334b1f3acfb40f9d1dc9a097a0c2d0096;hb=bbddc1e584dd01b60042f622f8cecfc69361020b;hp=1f433483bba6c203db2db21ac3b7b645073aa2be;hpb=1ea6bd0f466a10d29f12801aa35fb6d2b30443a1;p=src%2Fapp-framework-binder.git diff --git a/src/afb-wsj1.h b/src/afb-wsj1.h index 1f433483..18657c33 100644 --- a/src/afb-wsj1.h +++ b/src/afb-wsj1.h @@ -94,7 +94,7 @@ extern int afb_wsj1_send_event_j(struct afb_wsj1 *wsj1, const char *event, struc /* * Sends on 'wsj1' a call to the method of 'api'/'verb' with arguments - * given by 'object'. If not NULL, 'object' should be a valid JSON string. + * given by 'object'. If not NULL, 'object' should be a valid JSON string. * On receiving the reply, the function 'on_reply' is called with 'closure' * as its first argument and the message of the reply. * Return 0 in case of success. Otherwise, returns -1 and set errno.