Replace dss.dia by a shell script.
[dss.git] / file.c
diff --git a/file.c b/file.c
index ef7cd528680ee03c021e8cbe2bc1ab6a2434084c..84944082960055e272e942aa40a760b5709eb875 100644 (file)
--- 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