X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=file.c;h=84944082960055e272e942aa40a760b5709eb875;hp=ef7cd528680ee03c021e8cbe2bc1ab6a2434084c;hb=16f02580474d5f4a284863f48416a2a51fa78e85;hpb=15eb99dcf9a30f8c8d488d5bc3c92130cf828d60 diff --git a/file.c b/file.c index ef7cd52..8494408 100644 --- a/file.c +++ b/file.c @@ -23,7 +23,7 @@ * Call a function for each subdirectory of the current working directory. * * \param dirname The directory to traverse. - * \param func The function to call for each subdirecrtory. + * \param func The function to call for each subdirectory. * \param private_data Pointer to an arbitrary data structure. * * For each top-level directory under \a dirname, the supplied function \a func is