minor typo

This commit is contained in:
David Rose 2009-09-16 00:51:58 +00:00
parent b1e9e65027
commit aa58854da8

View File

@ -1756,7 +1756,7 @@ scan_directory(vector_string &contents) const {
return scan_ok;
#elif defined(PHAVE_DIRENT_H)
// Use Posix's opendir() / readir() to walk through the list of
// Use Posix's opendir() / readdir() to walk through the list of
// files in a directory.
size_t orig_size = contents.size();