Download raw body.
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;
Typo fixc in rsync