Skip to content

Commit 68361f0

Browse files
authored
fix(typo): executor_context.h (#532)
1 parent 4422547 commit 68361f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/execution/executor_context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class ExecutorContext {
8989
private:
9090
/** The transaction context associated with this executor context */
9191
Transaction *transaction_;
92-
/** The datbase catalog associated with this executor context */
92+
/** The database catalog associated with this executor context */
9393
Catalog *catalog_;
9494
/** The buffer pool manager associated with this executor context */
9595
BufferPoolManager *bpm_;

0 commit comments

Comments
 (0)