From: xianxiaxiao Date: Wed, 14 Dec 2016 02:29:20 +0000 (+0000) Subject: src/erasure-code/shec/ErasureCodeShec.cc:fix typos X-Git-Tag: v11.1.1~56^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=679292b9579b5f5b3e00e3ef98f26f23934361fa;p=ceph.git src/erasure-code/shec/ErasureCodeShec.cc:fix typos Signed-off-by: xianxiaxiao --- diff --git a/src/erasure-code/shec/ErasureCodeShec.cc b/src/erasure-code/shec/ErasureCodeShec.cc index c5486dbdf488..e580969a37d9 100644 --- a/src/erasure-code/shec/ErasureCodeShec.cc +++ b/src/erasure-code/shec/ErasureCodeShec.cc @@ -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;