From 74dc7ff245c8ef62744b28d8acbd91a7ef5e0c59 Mon Sep 17 00:00:00 2001 From: Shuo Wang Date: Tue, 3 Nov 2020 14:42:25 +0800 Subject: [PATCH] CODING_STYLE.md: fix a typo Signed-off-by: Shuo Wang --- CODING_STYLE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODING_STYLE.md b/CODING_STYLE.md index e68de18..c7f62db 100644 --- a/CODING_STYLE.md +++ b/CODING_STYLE.md @@ -141,7 +141,7 @@ A [good commit message](http://who-t.blogspot.com/2009/12/on-commit-messages.htm answer three questions: - Why is it necessary? It may fix a bug, it may add a feature, it may - improve performance, reliabilty, stability, or just be a change for the + improve performance, reliability, stability, or just be a change for the sake of correctness. - How does it address the issue? For short obvious patches this part can be omitted, but it should be a high level description of what the approach -- 2.34.1