Signed-off-by: Marcin Mirosław <marcin at mejor.pl> --- sheep/sheep_priv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.8.3.2 |