From: Shuo Wang Date: Tue, 3 Nov 2020 06:42:25 +0000 (+0800) Subject: CODING_STYLE.md: fix a typo X-Git-Tag: libevdev-1.10.1~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=74dc7ff245c8ef62744b28d8acbd91a7ef5e0c59;p=platform%2Fupstream%2Flibevdev.git CODING_STYLE.md: fix a typo Signed-off-by: Shuo Wang --- 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