<!-- :warning: Please, try to follow the template --> ### Issue information <!-- :warning: Please, fill in the table with all the nececsary information. E.g.: | Field | Value | |----------------------------:|-------| | **Jira issue key** | `PROJECT-12345` | | **OS(s)** | `Windows`, `MacOS` | | **Connext version(s)** | `6.1.1` | | **Connext architecture(s)** | `x64Linux4gcc7.3.0`,`armv8Linux4gcc7.3.0` | --> | Field | Value | |----------------------------:|-------| | **Jira issue key** | `--` | | **OS(s)** | `--` | | **Connext version(s)** | `--` | | **Connext architecture(s)** | `--` | ### Description Some words such as `Oficially` are misspelled in the CMake script. <!-- :warning: Provide a detailed description of the issue itself. --> ### Steps to reproduce the issue <!-- :warning: List the steps necessary to reproduce the issue. E.g.: 1. Set X architecture environment variables. 2. Create a build directory in example X. 3. Run the following command: ``` cmake .. -DCONNEXTDDS_DIR=/home/user/rti_connext_dds-x.y.z/ ``` 4. The problem will pop up: ``` Error: Can't find library Y ``` --> ### Expected behavior <!-- :warning: What should be happening instead? --> ### Suggested solutions <!-- :warning: Any suggestions to solve this? Workarounds? -->
Issue information
--------Description
Some words such as
Oficiallyare misspelled in the CMake script.Steps to reproduce the issue
Expected behavior
Suggested solutions