]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
swift/containerops.rst: fix some typos
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sun, 9 Mar 2014 00:02:43 +0000 (01:02 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Sun, 9 Mar 2014 00:02:43 +0000 (01:02 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
doc/radosgw/swift/containerops.rst

index b97fbf7f02027791ba1155cc3d481dfe8b5bb937..c8cef1f405debe28def1f9a1d54dea1502a7cb27 100644 (file)
@@ -14,13 +14,13 @@ is deliberately made publicly accessible (i.e., allows anonymous requests).
    When you hear someone refer to a 'bucket' within the Swift API, the term 
    'bucket' may be construed as the equivalent of the term 'container.'
    
-One facet of object storage is that it does not support hierachical paths
+One facet of object storage is that it does not support hierarchical paths
 or directories. Instead, it supports one level consisting of one or more
 containers, where each container may have objects. The RADOS Gateway's
-Swift-compatible API supports the notion of 'psuedo-hierarchical containers,'
+Swift-compatible API supports the notion of 'pseudo-hierarchical containers,'
 which is a means of using object naming to emulate a container (or directory)
-hierachy without actually implementing one in the storage system. You may 
-name objects with pseudo-hiearchical names 
+hierarchy without actually implementing one in the storage system. You may 
+name objects with pseudo-hierarchical names 
 (e.g., photos/buildings/empire-state.jpg), but container names cannot
 contain a forward slash (``/``) character.