aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_download.c
diff options
context:
space:
mode:
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)