From 4a73fa6fce2d3df39872e2767811ad4d6b533087 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 1 Jun 2018 15:00:15 +0200 Subject: Fixed spelling Change-Id: Id7c183face3179a3b9cec7ed128e3a2561d9f3ad Signed-off-by: Sebastien Douheret --- src/afb-ws-client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/afb-ws-client.c') diff --git a/src/afb-ws-client.c b/src/afb-ws-client.c index d694e272..a0c37f31 100644 --- a/src/afb-ws-client.c +++ b/src/afb-ws-client.c @@ -501,10 +501,10 @@ static int get_socket(const char *uri) } /* * Establish a websocket-like client connection to the API of 'uri' and if successful - * instanciate a client afb_proto_ws websocket for this API using 'itf' and 'closure'. + * instantiate a client afb_proto_ws websocket for this API using 'itf' and 'closure'. * (see afb_proto_ws_create_client). * The systemd event loop 'eloop' is used to handle the websocket. - * Returns NULL in case of failure with errno set appriately. + * Returns NULL in case of failure with errno set appropriately. */ struct afb_proto_ws *afb_ws_client_connect_api(struct sd_event *eloop, const char *uri, struct afb_proto_ws_client_itf *itf, void *closure) { -- cgit 1.2.3-korg