Merge branch 'fix-typo' into 'stable-1.5'

fix typo

See merge request etherlab.org/ethercat!9
This commit is contained in:
Florian Pose 2021-04-09 17:29:56 +00:00
commit 0ece56739b
4 changed files with 4 additions and 4 deletions

View File

@ -307,7 +307,7 @@ EtherCAT functionality (see \autoref{chap:api}).
\item Accessing IDNs via the command-line tool.
\item Accessing IDNs at runtime via the the user-space library.
\item Accessing IDNs at runtime via the user-space library.
\end{itemize}

View File

@ -77,7 +77,7 @@ string CommandDomains::helpString(const string &binaryBaseName) const
<< endl
<< "Command-specific options:" << endl
<< " --domain -d <index> Positive numerical domain index." << endl
<< " If ommitted, all domains are" << endl
<< " If omitted, all domains are" << endl
<< " displayed." << endl
<< endl
<< " --verbose -v Show FMMUs and process data" << endl

View File

@ -64,7 +64,7 @@ string CommandPdos::helpString(const string &binaryBaseName) const
<< "Enable 1" << endl
<< endl
<< "2) Assigned PDOs - PDO direction, hexadecimal index and" << endl
<< " the PDO name, if avaliable. Note that a 'Tx' and 'Rx'" << endl
<< " the PDO name, if available. Note that a 'Tx' and 'Rx'" << endl
<< " are seen from the slave's point of view. Example:" << endl
<< endl
<< " TxPDO 0x1a00 \"Channel1\"" << endl

View File

@ -58,7 +58,7 @@ string CommandSlaves::helpString(const string &binaryBaseName) const
<< endl
<< "1 5555:0 PREOP + EL3162 2C. Ana. Input 0-10V" << endl
<< "| | | | | |" << endl
<< "| | | | | \\- Name from the SII if avaliable," << endl
<< "| | | | | \\- Name from the SII if available," << endl
<< "| | | | | otherwise vendor ID and product" << endl
<< "| | | | | code (both hexadecimal)." << endl
<< "| | | | \\- Error flag. '+' means no error," << endl