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

Michael Jeanson mjeanson at efficios.com
Thu Feb 7 15:24:31 EST 2019


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



More information about the lttng-dev mailing list