Re: [PATCH 1/1] lib/test: Fix spelling mistakes

From: Leizhen (ThunderTown)
Date: Mon Jun 07 2021 - 04:53:07 EST




On 2021/6/7 16:39, Andy Shevchenko wrote:
> On Mon, Jun 7, 2021 at 6:21 AM Zhen Lei <thunder.leizhen@xxxxxxxxxx> wrote:
>
>> Fix some spelling mistakes in comments:
>> thats ==> that's
>> unitialized ==> uninitialized
>> panicing ==> panicking
>> sucess ==> success
>> possitive ==> positive
>> intepreted ==> interpreted
>
> Thanks for the fix! Is it done with the help of the codespell tool? If
> not, can you run it and check if it suggests more fixes?

Yes, it's detected by codespell tool. But to avoid too many changes in one patch, I tried
breaking it down into smaller patches(If it can be classified) to make it easier to review.
In fact, the other patch I just posted included the rest.




>