Cleanup: fix typo 'acces' -> 'access'
[lttng-ust.git] / 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.022932 seconds and 4 git commands to generate.