Download raw body.
Typo fixc in rsync
On Wed, May 06, 2026 at 12:02:16PM +0000, Jan Schreiber wrote:
> Small typo fix for rsync.
Committed, thanks.
>
> 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;
>
Typo fixc in rsync