Skip to content

Commit 89504ba

Browse files
RobertIndieCopilot
andauthored
Update lib/ConsumerImpl.cc
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6bfa2f5 commit 89504ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ConsumerImpl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@ void ConsumerImpl::hasMessageAvailableAsync(const HasMessageAvailableCallback& c
15881588
// If the start message id is latest, we should seek to the actual last message first.
15891589
(startMessageId_.get().value_or(MessageId::earliest()) == MessageId::latest() ||
15901590
// If there is a previous seek operation by timestamp, the start message id will be incorrect, so
1591-
// we cannot compare the start positin with the last position.
1591+
// we cannot compare the start position with the last position.
15921592
hasSoughtByTimestamp());
15931593
}
15941594
if (compareMarkDeletePosition) {

0 commit comments

Comments
 (0)