From: Theo Buehler Subject: Re: Typo fixc in rsync To: Jan Schreiber Cc: tech@openbsd.org Date: Wed, 6 May 2026 14:07:35 +0200 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; >