diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2018-06-05 22:40:09 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-06-07 07:23:23 +0000 |
commit | 6838dff13293746e5855c6e3d1031aea150a6d76 (patch) | |
tree | bf5c7d232bb4ea4f2517b817ac5c3ecd62638867 /ctl-lib/ctl-plugin.c | |
parent | 5b079d4c23228dc98998c5603e6a9aac07b04164 (diff) |
Fixed spelling of AFB_ReqSuccess
Also change event message from notice to debug level.
Change-Id: I8dc891343ee7f744ea0e3c07455806eaf34c1d7e
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'ctl-lib/ctl-plugin.c')
-rw-r--r-- | ctl-lib/ctl-plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctl-lib/ctl-plugin.c b/ctl-lib/ctl-plugin.c index 5562b83..21c7296 100644 --- a/ctl-lib/ctl-plugin.c +++ b/ctl-lib/ctl-plugin.c @@ -252,7 +252,7 @@ static char *GetDefaultSearchPath(AFB_ApiT apiHandle) CTL_PLGN_len = envPath_len ? 0 : strlen(CONTROL_PLUGIN_PATH); /* Allocating with the size of binding root dir path + environment if found - * + 2 for the NULL terminating character and the additionnal separator + * + 2 for the NULL terminating character and the additional separator * between bindingPath and envPath concatenation. */ if(envPath) { |