Skip to content

Commit

Permalink
codespell correct
Browse files Browse the repository at this point in the history
  • Loading branch information
realHannes committed Feb 19, 2025
1 parent f5814ba commit 16867fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/sparqlExpressions/PrefilterExpressionIndex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ using RandomIt = std::vector<ValueId>::iterator;
// related `BlockMetadata` values.
using RandomItPair = std::pair<RandomIt, RandomIt>;

// Refers to a `BlockMetadata` span `::interator` (index).
// Refers to a `BlockMetadata` span `::iterator` (index).
using BlockSpanIt =
std::span<const prefilterExpressions::BlockMetadata>::iterator;

Expand Down

0 comments on commit 16867fa

Please sign in to comment.