Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit f506faf

Browse files
committed
spelling: during
1 parent 2cee4fa commit f506faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_msg_store_index.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
%% Update an entry in the index.
6161
%% Is called by a msg_store process only.
62-
%% The function is called duting message store recovery after crash.
62+
%% The function is called during message store recovery after crash.
6363
%% The difference between update and insert functions, is that update
6464
%% should not fail if entry already exist, and should be atomic.
6565
-callback update(msg_location(), index_state()) -> 'ok'.

0 commit comments

Comments
 (0)