diff --git a/CODING b/CODING
index e65beefde72c3b5785ecdc70daef5dbca9c0fd0b..d1b4cb843361dd30304814511b9c985cfd8bb092 100644
--- a/CODING
+++ b/CODING
@@ -11,7 +11,7 @@ Wiki documentation: https://projects.savoirfairelinux.com/projects/sflphone/wiki
 
 == commit-msg hook ==
 
-You may want to install the commis-msg hook that insert a Change-Id on commit messages:
+You may want to install the commit-msg hook that inserts a Change-Id on commit messages:
 $ gitdir=$(git rev-parse --git-dir); scp -p -P 29420 username@gerrit-sflphone.savoirfairelinux.com:hooks/commit-msg ${gitdir}/hooks/
 
 Other documentation source: