aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
commitaa78134a557079ce570345e751e4c36c4b2ba79a (patch)
treef7bf25950513285184e2426109235337d0aef8be /src/fs/fs_download.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/fs/fs_download.c')
-rw-r--r--src/fs/fs_download.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c
index 1f8ce7c05..5c98d224a 100644
--- a/src/fs/fs_download.c
+++ b/src/fs/fs_download.c
@@ -343,7 +343,7 @@ full_recursive_download (struct GNUNET_FS_DownloadContext *dc)
343 GNUNET_log ( 343 GNUNET_log (
344 GNUNET_ERROR_TYPE_WARNING, 344 GNUNET_ERROR_TYPE_WARNING,
345 _ ( 345 _ (
346 "Failed to access full directroy contents of `%s' for recursive download\n"), 346 "Failed to access full directory contents of `%s' for recursive download\n"),
347 dc->filename); 347 dc->filename);
348 } 348 }
349 GNUNET_DISK_file_unmap (m); 349 GNUNET_DISK_file_unmap (m);
@@ -1431,7 +1431,7 @@ try_reconnect (struct GNUNET_FS_DownloadContext *dc)
1431 * We're allowed to ask the FS service for our blocks. Start the download. 1431 * We're allowed to ask the FS service for our blocks. Start the download.
1432 * 1432 *
1433 * @param cls the 'struct GNUNET_FS_DownloadContext' 1433 * @param cls the 'struct GNUNET_FS_DownloadContext'
1434 * @param mq handle to use for communcation with FS (we must destroy it!) 1434 * @param mq handle to use for communication with FS (we must destroy it!)
1435 */ 1435 */
1436static void 1436static void
1437activate_fs_download (void *cls) 1437activate_fs_download (void *cls)