X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-crash%2Flttng-crash.c;h=ba28af9afa9003f2f92decb5ade2275634b38a02;hp=65fca36ae264c2e25f7d0437840a4a8f194f67b7;hb=cf0bcb51ea857687a353d2851e572dba6cc63cb0;hpb=88ae485a1c83df9b02f0954cf452548e5bd2e168 diff --git a/src/bin/lttng-crash/lttng-crash.c b/src/bin/lttng-crash/lttng-crash.c index 65fca36ae..ba28af9af 100644 --- a/src/bin/lttng-crash/lttng-crash.c +++ b/src/bin/lttng-crash/lttng-crash.c @@ -1137,7 +1137,7 @@ int delete_dir_recursive(const char *path) ret = delete_dir_recursive(subpath); free(subpath); if (ret) { - /* Error occured, abort traversal. */ + /* Error occurred, abort traversal. */ goto end; } } else if (S_ISREG(st.st_mode)) {