comment typos corrected

This commit is contained in:
Roland Jax
2015-01-02 17:38:49 +01:00
parent eecb56a66f
commit a167c4565e
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -30,16 +30,16 @@ using namespace std;
/** @brief possible client commands */
enum CommandType {
ct_read, /*!< read ebus values */
ct_write, /*!< write ebus values */
ct_find, /*!< find values */
ct_scan, /*!< scan ebus */
ct_log, /*!< logger settings */
ct_raw, /*!< toggle log raw data */
ct_dump, /*!< toggle dump state */
ct_reload, /*!< reload ebus configuration */
ct_help, /*!< print commands */
ct_invalid /*!< invalid */
ct_read, //!< read ebus values
ct_write, //!< write ebus values
ct_find, //!< find values
ct_scan, //!< scan ebus
ct_log, //!< logger settings
ct_raw, //!< toggle log raw data
ct_dump, //!< toggle dump state
ct_reload, //!< reload ebus configuration
ct_help, //!< print commands
ct_invalid //!< invalid
};
/**
+1 -1
View File
@@ -163,7 +163,7 @@ private:
/** notification object for shutdown procedure */
Notify m_notify;
/** id of current connection*/
/** id of current connection */
int m_id;
/** sumary for opened connections */