aboutsummaryrefslogtreecommitdiff
path: root/icing/index/main/posting-list-accessor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'icing/index/main/posting-list-accessor.cc')
-rw-r--r--icing/index/main/posting-list-accessor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/icing/index/main/posting-list-accessor.cc b/icing/index/main/posting-list-accessor.cc
index a4f8ca7..67e1ad5 100644
--- a/icing/index/main/posting-list-accessor.cc
+++ b/icing/index/main/posting-list-accessor.cc
@@ -61,7 +61,7 @@ PostingListAccessor::GetNextHitsBatch() {
return std::vector<Hit>();
}
return absl_ports::FailedPreconditionError(
- "Cannot retrieve hits from a PostingListAccessor that was not creaated "
+ "Cannot retrieve hits from a PostingListAccessor that was not created "
"from a preexisting posting list.");
}
ICING_ASSIGN_OR_RETURN(std::vector<Hit> batch,