Fix spelling mistakes in documentation

While reading  some of the docs I noticed a few errors, so I ran
misspellings (https://pypi.python.org/pypi/misspellings) on markdown files

Signed-off-by: Joe Gordon <joe.gordon0@gmail.com>
This commit is contained in:
Joe Gordon
2015-05-31 11:53:23 -07:00
parent 093f57a261
commit 3d87b80b46
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ Here is an example image JSON file:
should be omitted. A collection of images may share many of the same
ancestor layers. This organizational structure is strictly a tree with
any one layer having either no parent or a single parent and zero or
more decendent layers. Cycles are not allowed and implementations
more descendent layers. Cycles are not allowed and implementations
should be careful to avoid creating them or iterating through a cycle
indefinitely.
</dd>