Skip to content

Commit

Permalink
Make codespell happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
joka921 committed Jun 19, 2024
1 parent 98a4ba8 commit 0b5004b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/sparqlExpressions/RelationalExpressions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ std::span<SparqlExpression::Ptr> InExpression::childrenImpl() {
// _____________________________________________________________________________
string InExpression::getCacheKey(const VariableToColumnMap& varColMap) const {
std::stringstream result;
result << "IN Expresssion with";
result << "IN Expression with";
for (const auto& child : children_) {
result << ' ' << child->getCacheKey(varColMap);
}
Expand Down

0 comments on commit 0b5004b

Please sign in to comment.