summaryrefslogtreecommitdiff
path: root/debuginfod
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-13 22:16:07 +0000
committerMark Wielaard <mark@klomp.org>2023-01-13 23:46:00 +0100
commitd22b1b207a666f3fef1c9307f969ba1f79ce8f5b (patch)
treec4f647f325867287f35701cc4bd3b2ee9a220329 /debuginfod
parenta724bae8320c64d7af6d1acfc09327445180715e (diff)
downloadelfutils-d22b1b207a666f3fef1c9307f969ba1f79ce8f5b.tar.gz
Fix typos from codespell
debuginfod/ChangeLog: * debuginfod-client.c: Typo simultaniously. doc/ChangeLog: * debuginfod.8: Typo succesfully. lib/ChangeLog: * dynamicsizehash_concurrent.c: Typo modul. * system.h: Typo dependend. libdwfl/ChangeLog: * open.c: Typo non-existant. src/ChangeLog: * nm.c: Typo Covert. * strings.c: Likewise. tests/ChangeLog: * elfstrmerge.c: Typo outselves. * run-debuginfod-extraction.sh: Typo accidentially. * run-debuginfod-fd-prefetch-caches.sh: Likewise. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'debuginfod')
-rw-r--r--debuginfod/debuginfod-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debuginfod/debuginfod-client.c b/debuginfod/debuginfod-client.c
index 1ce45632..5f2a1024 100644
--- a/debuginfod/debuginfod-client.c
+++ b/debuginfod/debuginfod-client.c
@@ -316,7 +316,7 @@ debuginfod_clean_cache(debuginfod_client *c,
/* Update timestamp representing when the cache was last cleaned.
Do it at the start to reduce the number of threads trying to do a
- cleanup simultaniously. */
+ cleanup simultaneously. */
utime (interval_path, NULL);
/* Read max unused age value from config file. */