X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=file.c;h=84944082960055e272e942aa40a760b5709eb875;hp=648421816439acf9a0acd12e002f1da7f780a31e;hb=6c63f45a9068107cfd80aa181134574dd9373c0b;hpb=6c76799c7334a12926dc1cf0c32670423cbc954f diff --git a/file.c b/file.c index 6484218..8494408 100644 --- a/file.c +++ b/file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2010 Andre Noll + * Copyright (C) 2006-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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