commit 9cbac887301ab85a09a6e123f9963b76f60514e1 from: Stefan Sperling date: Thu Apr 20 20:07:14 2023 UTC fix typo in gotd debug messages: receving -> receiving commit - 37ad0a50f29496187cdbfd590ff76d0f427c151a commit + 9cbac887301ab85a09a6e123f9963b76f60514e1 blob - b038586cc341ac1f637b059595471f402c3a54aa blob + 4dcacace4ec9959df611dda2a6fa9adf1eb3fb90 --- gotd/repo_read.c +++ gotd/repo_read.c @@ -560,7 +560,7 @@ receive_delta_cache_fd(struct imsg *imsg, struct gotd_imsg_send_packfile ireq; size_t datalen; - log_debug("receving delta cache file"); + log_debug("receiving delta cache file"); if (imsg->fd == -1) return got_error(GOT_ERR_PRIVSEP_NO_FD); @@ -585,7 +585,7 @@ receive_pack_pipe(struct imsg *imsg, struct gotd_imsge struct gotd_imsg_packfile_pipe ireq; size_t datalen; - log_debug("receving pack pipe descriptor"); + log_debug("receiving pack pipe descriptor"); if (imsg->fd == -1) return got_error(GOT_ERR_PRIVSEP_NO_FD); blob - eefdc7de1087c2a2956a9fdbbd25ad81719a783c blob + 77d19b7ba1f7170166ad70f68c5f8c7e0fe92f3c --- gotd/repo_write.c +++ gotd/repo_write.c @@ -1591,7 +1591,7 @@ receive_pack_pipe(struct imsg *imsg, struct gotd_imsge struct gotd_imsg_packfile_pipe ireq; size_t datalen; - log_debug("receving pack pipe descriptor"); + log_debug("receiving pack pipe descriptor"); if (imsg->fd == -1) return got_error(GOT_ERR_PRIVSEP_NO_FD); @@ -1615,7 +1615,7 @@ receive_pack_idx(struct imsg *imsg, struct gotd_imsgev struct gotd_imsg_packidx_file ireq; size_t datalen; - log_debug("receving pack index output file"); + log_debug("receiving pack index output file"); if (imsg->fd == -1) return got_error(GOT_ERR_PRIVSEP_NO_FD);