commit - 59d2cb90af3ca356c4e3106c71161352964225a0
commit + ff553ea7e0fb7b9ca9834780057bdd0f709339f5
blob - 8f38840876aa9b8a6ecc9eb282b3ac515153d97f
blob + d9823803b4633e21ea52e1a1ba120c0ac626628c
--- gotd/repo_read.c
+++ gotd/repo_read.c
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);
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
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);
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);