File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -843,7 +843,7 @@ namespace sqlite_orm {
843843 return {std::move (arg)};
844844 }
845845
846- // Delibaretly put operators for `expression_t` into the internal namespace
846+ // Deliberately put operators for `expression_t` into the internal namespace
847847 // to facilitate ADL (Argument Dependent Lookup)
848848 namespace internal {
849849 /* *
Original file line number Diff line number Diff line change @@ -3805,7 +3805,7 @@ namespace sqlite_orm {
38053805 return {std::move(arg)};
38063806 }
38073807
3808- // Delibaretly put operators for `expression_t` into the internal namespace
3808+ // Deliberately put operators for `expression_t` into the internal namespace
38093809 // to facilitate ADL (Argument Dependent Lookup)
38103810 namespace internal {
38113811 /**
You can’t perform that action at this time.
0 commit comments