From: Zhicheng Wei Date: Sun, 15 Mar 2015 04:12:26 +0000 (+0800) Subject: fix doc/dev/network-protocol.rst typo X-Git-Tag: v9.0.0~171^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F4002%2Fhead;p=ceph.git fix doc/dev/network-protocol.rst typo Signed-off-by: Zhicheng Wei --- 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)