summaryrefslogtreecommitdiff
path: root/debuginfod
diff options
context:
space:
mode:
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. */