Commit f0e59870 authored by unknown's avatar unknown

Fixed a typo. We have NdbTransactions not NdbTransations.

parent 83323285
...@@ -845,7 +845,7 @@ protected: ...@@ -845,7 +845,7 @@ protected:
public: public:
#ifndef DOXYGEN_SHOULD_SKIP_INTERNAL #ifndef DOXYGEN_SHOULD_SKIP_INTERNAL
NdbTransation* getNdbTransaction(); NdbTransaction* getNdbTransaction();
const NdbOperation* next() const; const NdbOperation* next() const;
const NdbRecAttr* getFirstRecAttr() const; const NdbRecAttr* getFirstRecAttr() const;
#endif #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