summaryrefslogtreecommitdiffstats
path: root/doc/developer-guide/options-to-contribute.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer-guide/options-to-contribute.md')
-rw-r--r--doc/developer-guide/options-to-contribute.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-guide/options-to-contribute.md b/doc/developer-guide/options-to-contribute.md
index 5dd1895cb1c..3f0d84e7645 100644
--- a/doc/developer-guide/options-to-contribute.md
+++ b/doc/developer-guide/options-to-contribute.md
@@ -60,7 +60,7 @@ Reference: https://review.gluster.org/20925/
5. Now, pick a `.h` file, and see if a structure is very large, and see
-if re-aligning them as per [coding-standard](./conding-standard.md) gives any size benefit,
+if re-aligning them as per [coding-standard](./coding-standard.md) gives any size benefit,
if yes, go ahead and change it. Make sure you check all the structures
in the file for similar pattern.