Synchronize withe the ceph-erasure-code-corpus submodule in which all
file names were modified to fix the typo.
http://tracker.ceph.com/issues/11932 Fixes: #11932
Signed-off-by: Loic Dachary <ldachary@redhat.com>
-Subproject commit b4ff66f371175a73e3f2246384ecfb378fd0aaf1
+Subproject commit fe76544beb0d87ee4a2b167a16433cae900b8399
{
stringstream path;
- path << base << "/" << "plugin=" << plugin << " stipe-width=" << stripe_width;
+ path << base << "/" << "plugin=" << plugin << " stripe-width=" << stripe_width;
directory = path.str();
}