From 92542f04083a900414b508c7da78359683b5a259 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Tue, 18 Nov 2008 10:09:07 -0800 Subject: [PATCH] mount: typo --- src/mount.ceph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mount.ceph.c b/src/mount.ceph.c index 2bbca03cc3e70..4887186ff58f6 100644 --- a/src/mount.ceph.c +++ b/src/mount.ceph.c @@ -233,7 +233,7 @@ int main(int argc, char *argv[]) if (mount(new_argv[1], new_argv[2], "ceph", flags, new_argv[options_pos])) { switch (errno) { case ENODEV: - printf("mount error: cifs filesystem not supported by the system\n"); + printf("mount error: ceph filesystem not supported by the system\n"); break; default: printf("mount error %d = %s\n",errno,strerror(errno)); -- 2.39.5