[sheepdog-users] [patch] Mispelling fix
Hitoshi Mitake
mitake.hitoshi at gmail.com
Tue Feb 4 02:32:41 CET 2014
At Mon, 03 Feb 2014 15:38:28 +0100,
Marcin Mirosław wrote:
>
> Hi!
> Very trivial fix:
Hi Marcin,
The content of your patch seems good to me, but it cannot be applied
to the sheepdog tree. It seems that you created the patch without git
format-patch. The below page on our github wiki describes how to
create and submit patches:
https://github.com/sheepdog/sheepdog/wiki/Submit-a-patch
BTW, you should use sheepdog at lists.wpkg.org for patch
submission. Because developers should be notified.
Could you send v2 based on the above guideline?
Thanks,
Hitoshi
>
>
> 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
> --
> sheepdog-users mailing lists
> sheepdog-users at lists.wpkg.org
> http://lists.wpkg.org/mailman/listinfo/sheepdog-users
More information about the sheepdog-users
mailing list