commit ff553ea7e0fb7b9ca9834780057bdd0f709339f5 from: Stefan Sperling via: Thomas Adam date: Sat Apr 22 18:10:32 2023 UTC fix typo in gotd debug messages: receving -> receiving commit - 59d2cb90af3ca356c4e3106c71161352964225a0 commit + ff553ea7e0fb7b9ca9834780057bdd0f709339f5 blob - 8f38840876aa9b8a6ecc9eb282b3ac515153d97f blob + d9823803b4633e21ea52e1a1ba120c0ac626628c --- gotd/repo_read.c +++ gotd/repo_read.c @@ -558,7 +558,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); @@ -583,7 +583,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 - c852e6474eee75d7c3d0773e41b63b4ba08c30a2 blob + e4ef41c13b9df9379aee01fa626867459e06f94e --- gotd/repo_write.c +++ gotd/repo_write.c @@ -1597,7 +1597,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); @@ -1621,7 +1621,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);