Commit 9286e413 by Edward Thomson

smart protocol: correct error message capitalization

parent 3eec73ae
...@@ -71,7 +71,7 @@ int git_smart__store_refs(transport_smart *t, int flushes) ...@@ -71,7 +71,7 @@ int git_smart__store_refs(transport_smart *t, int flushes)
} }
if (pkt->type == GIT_PKT_PACK) { if (pkt->type == GIT_PKT_PACK) {
giterr_set(GITERR_NET, "Unexpected packfile"); giterr_set(GITERR_NET, "unexpected packfile");
git__free(pkt); git__free(pkt);
return -1; return -1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment