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

@ -36,7 +36,7 @@ public class IdlcCmdOptions extends CmdOptions
io.println (" -nostamp Do not timestamp generated code");
io.println (" -lax Skip over structs containing unsupported datatypes");
io.println (" -quiet Suppress console output other than error messages (default)");
io.println (" -verbose Enable console ouptut other than error messages");
io.println (" -verbose Enable console output other than error messages");
io.println (" -map_wide Map the unsupported wchar and wstring types to char and string");
io.println (" -map_longdouble Map the unsupported long double type to double");
}