CODING_STYLE.md: fix a typo
authorShuo Wang <wangshuo47@huawei.com>
Tue, 3 Nov 2020 06:42:25 +0000 (14:42 +0800)
committerShuo Wang <wangshuo47@huawei.com>
Tue, 3 Nov 2020 06:42:25 +0000 (14:42 +0800)
Signed-off-by: Shuo Wang <wangshuo47@huawei.com>
CODING_STYLE.md

index e68de18eeedde6103306621501ee6fa500f6c9d6..c7f62db7d16d666182af3399fb41036f1b4775ed 100644 (file)
@@ -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