fix typo in tools/README.md

This commit is contained in:
Jakob Löw 2019-10-01 00:14:11 +02:00
parent c41a22195c
commit f668d08804

View File

@ -2,7 +2,7 @@
Mongoose is distributed as two files, `mongoose.c` and `mongoose.h` for ease of integration.
However, when developing Mongoose itself, it can be quite difficult to work with them.
Internally, these files are an _amalgamation_ of source an header modules.
Internally, these files are an _amalgamation_ of source and header modules.
This directory contains utilities to split and re-constitute amalgamated files.
Here's how `mongoose.c` can be split into its consituent parts: