Fix some typos. (#399)
* Fix some typos. Signed-off-by: ChenYing Kuo <evshary@gmail.com> * Also update q_config.c, cyclonedds.rnc, cyclonedds.xsd for correct build. Signed-off-by: ChenYing Kuo <evshary@gmail.com> * Remove cdds.md. Signed-off-by: ChenYing Kuo <evshary@gmail.com>
This commit is contained in:
parent
9a0ad5e2f5
commit
af3604dea7
7 changed files with 6 additions and 1932 deletions
|
@ -325,7 +325,7 @@ static dds_entity_t prepare_dds(dds_entity_t *reader, const char *partitionName)
|
|||
|
||||
participant = dds_create_participant (DDS_DOMAIN_DEFAULT, NULL, NULL);
|
||||
if (participant < 0)
|
||||
DDS_FATAL("dds_create_particpant: %s\n", dds_strretcode(-participant));
|
||||
DDS_FATAL("dds_create_participant: %s\n", dds_strretcode(-participant));
|
||||
|
||||
/* A Topic is created for our sample type on the domain participant. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue