commit | 55f33240f3d7051d4213629e92437a36f1fac50e | [log] [tgz] |
---|---|---|
author | Alexander Steffen <devel.20.webmeister@spamgourmet.com> | Fri Jun 30 09:22:17 2017 +0200 |
committer | Damien George <damien.p.george@gmail.com> | Mon Jul 31 18:35:40 2017 +1000 |
tree | eec1d74319ec056ef143b9da734945f3b52cb203 | |
parent | bbced3b4bbc8fd7ed7843d39143b6c600adc2c60 [diff] [blame] |
all: Use the name MicroPython consistently in comments There were several different spellings of MicroPython present in comments, when there should be only one.
diff --git a/py/repl.h b/py/repl.h index c2499a2..a7a4136 100644 --- a/py/repl.h +++ b/py/repl.h
@@ -1,5 +1,5 @@ /* - * This file is part of the Micro Python project, http://micropython.org/ + * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) *