aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2016-01-22 20:35:06 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2016-01-22 20:35:06 +0000
commitf95fe0a950bbb6e3c86ae6308c63466c77aed3e0 (patch)
tree9da02f8d9f6fc4357aa0b54ffc49f7953903785e /src/fs
parent099bde38ac80ca84ac7c4a08cc5ac91ea7abab70 (diff)
downloadgnunet-f95fe0a950bbb6e3c86ae6308c63466c77aed3e0.tar.gz
gnunet-f95fe0a950bbb6e3c86ae6308c63466c77aed3e0.zip
Fix typo
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_dirmetascan.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/fs_dirmetascan.c b/src/fs/fs_dirmetascan.c
index 0d70f1615..72098957d 100644
--- a/src/fs/fs_dirmetascan.c
+++ b/src/fs/fs_dirmetascan.c
@@ -439,7 +439,8 @@ helper_died_cb (void *cls)
439 * Start a directory scanner thread. 439 * Start a directory scanner thread.
440 * 440 *
441 * @param filename name of the directory to scan 441 * @param filename name of the directory to scan
442 * @param disable_extractor #GNUNET_YES to not to run libextractor on files (only build a tree) 442 * @param disable_extractor #GNUNET_YES to not run libextractor on files (only
443 * build a tree)
443 * @param ex if not NULL, must be a list of extra plugins for extractor 444 * @param ex if not NULL, must be a list of extra plugins for extractor
444 * @param cb the callback to call when there are scanning progress messages 445 * @param cb the callback to call when there are scanning progress messages
445 * @param cb_cls closure for 'cb' 446 * @param cb_cls closure for 'cb'