Cleanup: fix typo 'acces' -> 'access'
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 7 Feb 2019 20:24:31 +0000 (15:24 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 7 Feb 2019 21:25:44 +0000 (16:25 -0500)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-dl/lttng-ust-dl.c

index ce2ae0e7028036a0b6e61ed4520bbba9b341a384..231e9ec38ae86481f74cb4aa2d8dcbf0a47a8b2e 100644 (file)
@@ -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;
        }
 
This page took 0.025677 seconds and 4 git commands to generate.