aboutsummaryrefslogtreecommitdiffstats
path: root/include/afb/afb-binding.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-07-27 15:16:11 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2016-07-27 15:16:11 +0200
commit1d0f869ce3379089b4f4c5285e3d30e971e5b93d (patch)
treed1fb8f31da130b36b9135dcc9acdb979af052218 /include/afb/afb-binding.h
parent404f24c13cb45bd3e9ca837bc033fd6840cbf669 (diff)
orthograph
Change-Id: I354649f885daf89426f3b1612127045fdf1dedcc Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include/afb/afb-binding.h')
-rw-r--r--include/afb/afb-binding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/afb/afb-binding.h b/include/afb/afb-binding.h
index ac63d36b..1705271d 100644
--- a/include/afb/afb-binding.h
+++ b/include/afb/afb-binding.h
@@ -205,7 +205,7 @@ static inline struct sd_bus *afb_daemon_get_system_bus(struct afb_daemon daemon)
* 'object' can be NULL.
* 'daemon' MUST be the daemon given in interface when activating the binding.
*
- * For conveniency, the function calls 'json_object_put' for 'object'.
+ * For convenience, the function calls 'json_object_put' for 'object'.
* Thus, in the case where 'object' should remain available after
* the function returns, the function 'json_object_get' shall be used.
*