mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
Corrected more spellings.
This commit is contained in:
@@ -93,7 +93,7 @@ private:
|
||||
|
||||
|
||||
class TransactionException : public ConnectionException
|
||||
/// TrabsactionException
|
||||
/// TransactionException
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user