Index | Thread | Search

From:
Jan Schreiber <jes@posteo.de>
Subject:
Typo fixc in rsync
To:
tech@openbsd.org
Date:
Wed, 06 May 2026 12:02:16 +0000

Download raw body.

Thread
  • Jan Schreiber:

    Typo fixc in rsync

Small typo fix for rsync.

Jan

diff --git usr.bin/rsync/sender.c usr.bin/rsync/sender.c
index c54fbc2dae0..88a87683f67 100644
--- usr.bin/rsync/sender.c
+++ usr.bin/rsync/sender.c
@@ -319,7 +319,7 @@ send_dl_enqueue(struct sess *sess, struct send_dlq *q,
 	}
 
 	if ((s = calloc(1, sizeof(struct send_dl))) == NULL) {
-		ERR("callloc");
+		ERR("calloc");
 		return 0;
 	}
 	s->idx = idx;