Skip to content

Commit

Permalink
spell check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amitnagl committed May 16, 2024
1 parent e2decc4 commit c343261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replication.c
Original file line number Diff line number Diff line change
Expand Up @@ -2704,7 +2704,7 @@ void fullSyncWithMaster(connection* conn) {
if (err == NULL) goto error;
if (err[0] == '\0') {
/* Retry again later */
serverLog(LL_DEBUG, "Recived empty $ENDOFF response");
serverLog(LL_DEBUG, "Received empty $ENDOFF response");
sdsfree(err);
return;
}
Expand Down

0 comments on commit c343261

Please sign in to comment.