Trivial spelling fixes... diff --git a/man/mount.ceph.8 b/man/mount.ceph.8 index d5fe62a..cfcf8f8 100644 --- a/man/mount.ceph.8 +++ b/man/mount.ceph.8 @@ -134,7 +134,7 @@ Report rbytes for st_size on directories. Default: on norbytes .IP -Do not report rbytse for st_size. +Do not report rbytes for st_size. .PP nocrc diff --git a/src/mds/MDSMap.h b/src/mds/MDSMap.h index 7bcdd27..6e8a9fa 100644 --- a/src/mds/MDSMap.h +++ b/src/mds/MDSMap.h @@ -59,7 +59,7 @@ extern CompatSet mdsmap_compat_base; // pre v0.20 #define MDS_FEATURE_INCOMPAT_BASE CompatSet::Feature(1, "base v0.20") #define MDS_FEATURE_INCOMPAT_CLIENTRANGES CompatSet::Feature(2, "client writeable ranges") #define MDS_FEATURE_INCOMPAT_FILELAYOUT CompatSet::Feature(3, "default file layouts on dirs") -#define MDS_FEATURE_INCOMPAT_DIRINODE CompatSet::Feature(4, "dir inode in separate objec") +#define MDS_FEATURE_INCOMPAT_DIRINODE CompatSet::Feature(4, "dir inode in separate object") class MDSMap { public: -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html