]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: fix typo 10493/head
authorYan Jun <yan.jun8@zte.com.cn>
Fri, 29 Jul 2016 04:44:32 +0000 (12:44 +0800)
committerYan Jun <yan.jun8@zte.com.cn>
Fri, 29 Jul 2016 04:44:55 +0000 (12:44 +0800)
Signed-off-by: Yan Jun <yan.jun8@zte.com.cn>
src/librados/RadosClient.cc

index 97639fb60c9a6bf473e10a39dbe4ddb35c84eeb1..8c5e8ed803fa1a3ea3c229d10c4ef2e1ae14b904 100644 (file)
@@ -246,7 +246,7 @@ int librados::RadosClient::connect()
 
   // require OSDREPLYMUX feature.  this means we will fail to talk to
   // old servers.  this is necessary because otherwise we won't know
-  // how to decompose the reply data into its consituent pieces.
+  // how to decompose the reply data into its constituent pieces.
   messenger->set_default_policy(Messenger::Policy::lossy_client(0, CEPH_FEATURE_OSDREPLYMUX));
 
   ldout(cct, 1) << "starting msgr at " << messenger->get_myaddr() << dendl;