]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
src/erasure-code/shec/ErasureCodeShec.cc:fix typos
authorxianxiaxiao <xianxia.xiao@kylin-cloud.com>
Wed, 14 Dec 2016 02:29:20 +0000 (02:29 +0000)
committerxianxiaxiao <xianxia.xiao@kylin-cloud.com>
Wed, 14 Dec 2016 07:30:23 +0000 (07:30 +0000)
Signed-off-by: xianxiaxiao <xianxia.xiao@kylin-cloud.com>
src/erasure-code/shec/ErasureCodeShec.cc

index c5486dbdf48859e723ad10adefa9af5707111d8b..e580969a37d9d21e6ddf7df89ac52b9ecf04a958 100644 (file)
@@ -301,7 +301,7 @@ int ErasureCodeShecReedSolomonVandermonde::parse(const ErasureCodeProfile &profi
   } else if (profile.find("k") == profile.end() ||
             profile.find("m") == profile.end() ||
             profile.find("c") == profile.end()){
-    dout(10) << "(k, m, c) must be choosed" << dendl;
+    dout(10) << "(k, m, c) must be chosen" << dendl;
     err = -EINVAL;
   } else {
     std::string err_k, err_m, err_c, value_k, value_m, value_c;