dir = opendir(filelist[selected]);
if (dir == NULL) {
- /* We can't open this dir for some reason.
+ /* We can't open this directory for some reason.
* Complain. */
statusbar(_("Error reading %s: %s"),
filelist[selected], strerror(errno));
return retval;
}
-/* The file browser front end. We check to see if inpath has a dir in
- * it. If it does, we start do_browser() from there. Otherwise, we
- * start do_browser() from the current directory. */
+/* The file browser front end. We check to see if inpath has a
+ * directory in it. If it does, we start do_browser() from there.
+ * Otherwise, we start do_browser() from the current directory. */
char *do_browse_from(const char *inpath)
{
struct stat st;