Re: [PATCH] Documentation/translations/ja_JP/SubmittingPatches: fix some typos
From: Akira Yokosawa
Date: Fri Apr 28 2023 - 10:46:05 EST
[-CC: Kosuke]
Hi,
On Fri, 28 Apr 2023 05:10:18 -0400, Deming Wang wrote:
> Fix of typos spotted reading documentation in Japanese.
>
> Signed-off-by: Deming Wang <wangdeming@xxxxxxxxxx>
> ---
> Documentation/translations/ja_JP/SubmittingPatches | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
[...]
Your patch is rejected by "git am".
In the header part of your email, I see these fields:
> X-Mailer: git-send-email 2.31.1
> MIME-Version: 1.0
> Content-Type: text/plain; charset="y"
> Content-Transfer-Encoding: 8bit
This looks broken.
Please make sure your email header has a proper Content-Type
as shown below:
Content-Type: text/plain; charset=UTF-8
Thanks, Akira