summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Wagner <kwagner@suse.com>2018-08-28 08:24:47 +0200
committerKai Wagner <kwagner@suse.com>2018-08-28 08:56:47 +0200
commitd7f5c281c8d734d35a25339fdbe9bf4fd94fe790 (patch)
treec6f165d96eb8a10f05e29a5ef987099cc84ed3c9
parentMerge pull request #23763 from chenzhua/master (diff)
downloadceph-d7f5c281c8d734d35a25339fdbe9bf4fd94fe790.tar.xz
ceph-d7f5c281c8d734d35a25339fdbe9bf4fd94fe790.zip
doc: fixed typo in cephfs snapshots
Signed-off-by: Kai Wagner <kwagner@suse.com>
-rw-r--r--doc/dev/cephfs-snapshots.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev/cephfs-snapshots.rst b/doc/dev/cephfs-snapshots.rst
index a6ad91fc53a..367f3e8db00 100644
--- a/doc/dev/cephfs-snapshots.rst
+++ b/doc/dev/cephfs-snapshots.rst
@@ -125,7 +125,7 @@ snapshots on any linkage of the inode.
Multi-FS
---------
-Snapshots and multiiple filesystems don't interact well. Specifically, each
+Snapshots and multiple filesystems don't interact well. Specifically, each
MDS cluster allocates `snapids` independently; if you have multiple filesystems
sharing a single pool (via namespaces), their snapshots *will* collide and
deleting one will result in missing file data for others. (This may even be