Signed-off-by: Manali Kulkarni <Manali.Kulkarni@sandisk.com>
case Transaction::OP_COLL_SETATTR:
case Transaction::OP_COLL_RMATTR:
- assert(0 == "collection attr methods no longer implmented");
+ assert(0 == "collection attr methods no longer implemented");
break;
case Transaction::OP_STARTSYNC:
continue;
coll_t cid;
if (!cid.parse(de->d_name)) {
- derr << "ignoging invalid collection '" << de->d_name << "'" << dendl;
+ derr << "ignoring invalid collection '" << de->d_name << "'" << dendl;
continue;
}
if (!cid.is_temp() || include_temp)