]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
src/messages/MMDSSlaveRequest.h : fix typos
authorXianxia Xiao <xianxia.xiao@kylin-cloud.com>
Wed, 21 Dec 2016 01:08:52 +0000 (01:08 +0000)
committerXianxia Xiao <xianxia.xiao@kylin-cloud.com>
Fri, 30 Dec 2016 02:47:44 +0000 (02:47 +0000)
Signed-off-by: Xianxia Xiao <xianxia.xiao@kylin-cloud.com>
src/messages/MMDSSlaveRequest.h

index 201ff28abc4a6149fb33596ef8fb2aa3b0d2dd58..d381204444325eb920a66e8a34b45ae53d4fbbdd 100644 (file)
@@ -80,7 +80,7 @@ class MMDSSlaveRequest : public Message {
 
     case OP_DROPLOCKS: return "drop_locks";
 
-    case OP_RENAMENOTIFY: return "reame_notify";
+    case OP_RENAMENOTIFY: return "rename_notify";
     case OP_RENAMENOTIFYACK: return "rename_notify_ack";
 
     case OP_ABORT: return "abort";