Commit 2a595c1b authored by mtaylor@solace.(none)'s avatar mtaylor@solace.(none)

Fixed a typo. We have NdbTransactions not NdbTransations.

parent 04342a48
......@@ -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