From 84d66cbd6516fc60764f033623c5b5717f650c2a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 20 Aug 2018 16:37:46 -0400 Subject: [PATCH] Typo fix in uri parsing error logging MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- src/common/uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/uri.c b/src/common/uri.c index 380e75dd3..c6d76bf66 100644 --- a/src/common/uri.c +++ b/src/common/uri.c @@ -608,7 +608,7 @@ ssize_t uri_parse_str_urls(const char *ctrl_url, const char *data_url, if (ctrl_uris[0].dtype == LTTNG_DST_PATH && (data_url && *data_url != '\0')) { - ERR("Can not have a data URL when destination is file://"); + ERR("Cannot have a data URL when destination is file://"); goto error; } -- 2.34.1