From: Loic Dachary Date: Fri, 2 Aug 2013 06:02:56 +0000 (+0200) Subject: fix typo X-Git-Tag: v0.68~42^2~1^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=160fa710ecbf026e4ebbbc71a6fca35e59107eb7;p=ceph.git fix typo Signed-off-by: Loic Dachary --- diff --git a/doc/dev/osd_internals/erasure_coding.rst b/doc/dev/osd_internals/erasure_coding.rst index 5c32d47913d..f9c34671569 100644 --- a/doc/dev/osd_internals/erasure_coding.rst +++ b/doc/dev/osd_internals/erasure_coding.rst @@ -145,7 +145,7 @@ to leave holes in the requested acting set. Core Changes: -- OSDMap::pg_to_*_osds needs to seperately return a primary. For most +- OSDMap::pg_to_*_osds needs to separately return a primary. For most cases, this can continue to be acting[0]. - MOSDPGTemp (and related OSD structures) needs to be able to specify a primary as well as an acting set.