summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrsna Mahapatra <keshto@users.noreply.github.com>2020-04-20 16:49:26 -1000
committerDamien George <damien.p.george@gmail.com>2020-04-23 11:27:38 +1000
commit0bfd55afbe8eb798a806605a735fb3a68dee07a0 (patch)
treeafc57d285946678f953d9314e3bc0407a00b16eb
parent84fa3312cfa7d2237d4b56952f2cd6e3591210c4 (diff)
README: Fix small typo, dfeault -> default.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 260e8c441..8dd768964 100644
--- a/README.md
+++ b/README.md
@@ -144,7 +144,7 @@ options (like cross-compiling), the same set of options should be passed
to `make deplibs`. To actually enable/disable use of dependencies, edit
`ports/unix/mpconfigport.mk` file, which has inline descriptions of the options.
For example, to build SSL module (required for `upip` tool described above,
-and so enabled by dfeault), `MICROPY_PY_USSL` should be set to 1.
+and so enabled by default), `MICROPY_PY_USSL` should be set to 1.
For some ports, building required dependences is transparent, and happens
automatically. But they still need to be fetched with the `make submodules`