Fix some typos in files:

README.md
docs/dev/{modules,logging,debugging}.md
docs/manual/{config,options,GettingStartedGuide/helloworld_indepth}.rst
src/idlc/src/org/eclipse/cyclonedds/compilers/IdlcCmdOptions.java

Signed-off-by: Oliver Kellogg <okellogg@users.sourceforge.net>
This commit is contained in:
Oliver Kellogg 2020-04-27 19:05:42 +02:00 committed by eboasson
parent 004932817e
commit 1890322d4e
8 changed files with 25 additions and 25 deletions

View file

@ -56,7 +56,7 @@ su - travis
5. Install The [Conan C/C++ Package Manager](https://conan.io).
```
$ pip intall conan --upgrade --user
$ pip install conan --upgrade --user
$ conan user
```