Commit d0589a2a authored by unknown's avatar unknown

Fixed a typo. We have NdbTransactions not NdbTransations.

parent 1a802fc8
......@@ -845,7 +845,7 @@ protected:
public:
#ifndef DOXYGEN_SHOULD_SKIP_INTERNAL
NdbTransation* getNdbTransaction();
NdbTransaction* getNdbTransaction();
const NdbOperation* next() const;
const NdbRecAttr* getFirstRecAttr() const;
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment