X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=file.c;h=84944082960055e272e942aa40a760b5709eb875;hb=bc13db9debf825347d397c292e075cbe3f804ac0;hp=ef7cd528680ee03c021e8cbe2bc1ab6a2434084c;hpb=8daf8f3836e745ba07f1aa01252279588574c95a;p=dss.git 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