Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
Update doc comment; the switch to QT4 has been made.
  • Loading branch information
Robert Kulagowski committed Jun 22, 2012
1 parent 397e464 commit 1baa202
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mythtv/libs/libmythbase/mythdbcon.h
Expand Up @@ -127,7 +127,7 @@ class MBASE_PUBLIC MSqlQuery : private QSqlQuery
public:
/// \brief Get DB connection from pool
MSqlQuery(const MSqlQueryInfo &qi);
/// \brief Returns conneciton to pool
/// \brief Returns connection to pool
~MSqlQuery();

/// \brief Only updated once during object creation
Expand Down Expand Up @@ -166,8 +166,8 @@ class MBASE_PUBLIC MSqlQuery : private QSqlQuery
/** \brief Return the id of the last inserted row
*
* Note: Currently, this function is only implemented in Qt4 (in QSqlQuery
* and QSqlResult), and is implemented here until the switch to Qt4. Also,
* the current implementation will only work for a DBMS that supports
* and QSqlResult)
* The current implementation will only work for a DBMS that supports
* the function LAST_INSERT_ID() (i.e. MySQL), and will _not_ work
* in SQLite.
*/
Expand Down

0 comments on commit 1baa202

Please sign in to comment.