aboutsummaryrefslogtreecommitdiffstats
path: root/doc/contributing.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/contributing.rdoc')
-rw-r--r--doc/contributing.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.rdoc b/doc/contributing.rdoc
index 95e5b6dd28..68dda66e46 100644
--- a/doc/contributing.rdoc
+++ b/doc/contributing.rdoc
@@ -389,7 +389,7 @@ When you're ready to commit:
This will open your editor in which you write your commit message.
Use the following style for commit messages:
-* Use a succint subject line.
+* Use a succinct subject line.
* Include reasoning behind the change in the commit message, focusing on why
the change is being made.
* Refer to redmine issue (such as Fixes [Bug #1234] or Implements