diff options
author | klemens <ka7@github.com> | 2017-08-16 00:24:39 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2017-08-16 00:24:39 +0200 |
commit | f42fc1d508f24447519f79cf6304b2e4e2233a51 (patch) | |
tree | 77569674d0fbb6ec885bbd08def6f52b0f966d50 /doc | |
parent | 65cc7aacfbfc7b747926375280a1d839e88d576b (diff) |
doc: spelling fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 81bdcc9fdb..6c948d5151 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -4,7 +4,7 @@ Developer Notes Various coding styles have been used during the history of the codebase, and the result is not very consistent. However, we're now trying to converge to a single style, which is specified below. When writing patches, favor the new -style over attempting to mimick the surrounding style, except for move-only +style over attempting to mimic the surrounding style, except for move-only commits. Do not submit patches solely to modify the style of existing code. |