]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mds: fix typo in MDSSocketHook
authorXiubo Li <xiubli@redhat.com>
Mon, 29 Jun 2020 08:11:49 +0000 (04:11 -0400)
committerXiubo Li <xiubli@redhat.com>
Mon, 29 Jun 2020 08:14:19 +0000 (04:14 -0400)
Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/mds/MDSDaemon.cc

index 2091ad2016dbf88f3018fe36d78747f99506ffd6..7f410cf7727c37e781721af3b540911116adc0d1 100644 (file)
@@ -115,7 +115,7 @@ public:
     Formatter *f,
     std::ostream& errss,
     ceph::buffer::list& out) override {
-    ceph_abort("shoudl go to call_async");
+    ceph_abort("should go to call_async");
   }
   void call_async(
     std::string_view command,