[lttng-dev] [PATCH lttng-ust] Cleanup: fix typo 'acces' -> 'access'

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Thu Feb 7 16:26:08 EST 2019


Merged into ust master, thanks!

Mathieu

----- On Feb 7, 2019, at 3:24 PM, Michael Jeanson mjeanson at efficios.com wrote:

> Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
> ---
> liblttng-ust-dl/lttng-ust-dl.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/liblttng-ust-dl/lttng-ust-dl.c b/liblttng-ust-dl/lttng-ust-dl.c
> index ce2ae0e7..231e9ec3 100644
> --- a/liblttng-ust-dl/lttng-ust-dl.c
> +++ b/liblttng-ust-dl/lttng-ust-dl.c
> @@ -107,7 +107,7 @@ void lttng_ust_dl_dlopen(void *so_base, const char *so_name,
> 
> 	elf = lttng_ust_elf_create(resolved_path);
> 	if (!elf) {
> -		ERR("could not acces file %s", resolved_path);
> +		ERR("could not access file %s", resolved_path);
> 		return;
> 	}
> 
> @@ -169,7 +169,7 @@ void lttng_ust_dl_dlmopen(void *so_base, Lmid_t nsid, const
> char *so_name,
> 
> 	elf = lttng_ust_elf_create(resolved_path);
> 	if (!elf) {
> -		ERR("could not acces file %s", resolved_path);
> +		ERR("could not access file %s", resolved_path);
> 		return;
> 	}
> 
> --
> 2.17.1

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com


More information about the lttng-dev mailing list