[Sheepdog] [PATCH, with sign-off this time] Fix typo in collie.c
Chris Webb
chris at arachsys.com
Thu Jun 16 13:12:39 CEST 2011
Signed-off-by: Chris Webb <chris at arachsys.com>
---
collie/collie.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/collie/collie.c b/collie/collie.c
index 606cb30..f253bbc 100644
--- a/collie/collie.c
+++ b/collie/collie.c
@@ -1180,7 +1180,7 @@ static int cluster_parser(int ch, char *opt)
return 0;
}
-static int cluster_shoutdown(int argc, char **argv)
+static int cluster_shutdown(int argc, char **argv)
{
shutdown_sheepdog();
return 0;
@@ -1189,7 +1189,7 @@ static int cluster_shoutdown(int argc, char **argv)
static struct subcommand cluster_cmd[] = {
{"info", 0, cluster_info},
{"format", 0, cluster_format},
- {"shutdown", SUBCMD_FLAG_NEED_NOEDLIST, cluster_shoutdown},
+ {"shutdown", SUBCMD_FLAG_NEED_NOEDLIST, cluster_shutdown},
{NULL,},
};
--
1.7.4.1
More information about the sheepdog
mailing list