From 5ba8764d2a4257e0dd8f58550f17bdea074aba57 Mon Sep 17 00:00:00 2001 From: Zhicheng Wei Date: Sun, 15 Mar 2015 12:12:26 +0800 Subject: [PATCH] fix doc/dev/network-protocol.rst typo Signed-off-by: Zhicheng Wei --- doc/dev/network-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/network-protocol.rst b/doc/dev/network-protocol.rst index cb4c6068145df..c59e27688a216 100644 --- a/doc/dev/network-protocol.rst +++ b/doc/dev/network-protocol.rst @@ -161,7 +161,7 @@ CEPH_MSGR_TAG_ACK (0x08) struct ceph_msgr_ack { u8 tag = 0x08; - u64le seq; // The sequence number of the message being acknoledged. + u64le seq; // The sequence number of the message being acknowledged. } CEPH_MSGR_TAG_KEEPALIVE (0x09) -- 2.39.5