[sheepdog-users] [patch] Mispelling fix
Marcin Mirosław
marcin at mejor.pl
Mon Feb 3 15:38:28 CET 2014
Hi!
Very trivial fix:
diff --git a/sheep/sheep_priv.h b/sheep/sheep_priv.h
index 64bd457..f59dc06 100644
--- a/sheep/sheep_priv.h
+++ b/sheep/sheep_priv.h
@@ -492,7 +492,7 @@ int http_init(const char *options);
#else
static inline int http_init(const char *options)
{
- sd_notice("http service is not complied");
+ sd_notice("http service is not compiled");
return 0;
}
#endif /* END BUILD_HTTP */
@@ -504,7 +504,7 @@ int nfs_delete(const char *name);
#else
static inline int nfs_init(const char *options)
{
- sd_notice("nfs server service is not complied");
+ sd_notice("nfs server service is not compiled");
return 0;
}
#endif
Marcin
More information about the sheepdog-users
mailing list