summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-05-21 15:58:03 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-05-21 15:58:03 +0300
commit299c0a39250e91e3a5cc6ece969e8c773a4bb1cf (patch)
treeb6ecdc3714ae6033f607e6b0cb80b93367cb8f0f
parent3ebd67fc099161b43b61fd18e8e98b8274ebe9b4 (diff)
downloadmicropython-299c0a39250e91e3a5cc6ece969e8c773a4bb1cf.tar.gz
micropython-299c0a39250e91e3a5cc6ece969e8c773a4bb1cf.zip
CODECONVENTIONS: Typo fix.
-rw-r--r--CODECONVENTIONS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CODECONVENTIONS.md b/CODECONVENTIONS.md
index fa90940cc4..7ab920806d 100644
--- a/CODECONVENTIONS.md
+++ b/CODECONVENTIONS.md
@@ -24,7 +24,7 @@ a change in a detail, if needed. Any change beyond 5 lines would likely
require such detailed description.
To get good practical examples of good commits and their messages, browse
-thry the `git log` of the project.
+the `git log` of the project.
Python code conventions
=======================