Commit 13a77274e212acbe968e4ac650a7743fc2f1cca3

Etienne Samson 2018-02-26T21:33:55

smart: typo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/transports/smart.h b/src/transports/smart.h
index c75c2a3..26bd64e 100644
--- a/src/transports/smart.h
+++ b/src/transports/smart.h
@@ -50,7 +50,7 @@ typedef enum {
 	GIT_PKT_UNPACK,
 } git_pkt_type;
 
-/* Used for multi_ack and mutli_ack_detailed */
+/* Used for multi_ack and multi_ack_detailed */
 enum git_ack_status {
 	GIT_ACK_NONE,
 	GIT_ACK_CONTINUE,