Skip to content

Commit 2ddc81d

Browse files
committed
Fix typo in comment
1 parent 612ea59 commit 2ddc81d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/conditions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/**

include/sqlite_orm/sqlite_orm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)