Code

send-pack: typofix error message
[git.git] / builtin / send-pack.c
index c1f6ddd927d61fbc2558ee3624224af405d918c3..87833f4902bc08d9cfacaf880b87a5a02abbf3d1 100644 (file)
@@ -334,7 +334,7 @@ int send_pack(struct send_pack_args *args,
                demux.data = fd;
                demux.out = -1;
                if (start_async(&demux))
-                       die("receive-pack: unable to fork off sideband demultiplexer");
+                       die("send-pack: unable to fork off sideband demultiplexer");
                in = demux.out;
        }