Corrected more spellings.

This commit is contained in:
martin-osborne
2015-04-10 11:43:49 +01:00
parent 4cf45ea4a3
commit 7780ab3ae0
32 changed files with 74 additions and 74 deletions

View File

@@ -93,7 +93,7 @@ private:
class TransactionException : public ConnectionException
/// TrabsactionException
/// TransactionException
{
public:

View File

@@ -57,7 +57,7 @@ public:
/// Returns host info.
static bool hasMicrosecond();
/// Returns true if microseconds are suported.
/// Returns true if microseconds are supported.
static MYSQL* handle(Poco::Data::Session& session);
/// Returns native MySQL handle for the session.