From 05b5831aa0038cc2ae24e17ea438428eb2b6e44c Mon Sep 17 00:00:00 2001
From: paveljanik <Pavel@Janik.cz>
Date: Wed, 30 Sep 2015 08:44:51 +0200
Subject: [PATCH] Add PR title prefix for trivial changes [skip ci]

---
 CONTRIBUTING.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 572d166b7..1d42dea84 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -35,6 +35,7 @@ The title of the pull request should be prefixed by the component or area that t
     Consensus: Add new opcode for BIP-XXXX OP_CHECKAWESOMESIG
     Net: Automatically create hidden service, listen on Tor
     Qt: Add feed bump button
+    Trivial: fix typo
 
 If a pull request is specifically not to be considered for merging (yet) please prefix the title with [WIP] or use [Tasks Lists](https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments) in the body of the pull request to indicate tasks are pending.