* sfs.c (vfs_sfs_ops): Typo fix.

This commit is contained in:
Pavel Roskin 2001-05-26 05:11:17 +00:00
parent 2a6c911579
commit fe7780ab1d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-05-25 Pavel Roskin <proski@gnu.org>
* sfs.c (vfs_sfs_ops): Typo fix.
2001-05-22 Pavel Roskin <proski@gnu.org>
* vfs.c (vfs_split_text): Fill `columns' with zeroes before

View File

@ -384,7 +384,7 @@ sfs_which (vfs *me, char *path)
vfs vfs_sfs_ops = {
NULL, /* This is place of next pointer */
N_ ("Signle file filesystems"),
N_ ("Single file filesystems"),
F_EXEC, /* flags */
NULL, /* prefix */
NULL, /* data */