diff options
author | Jauhien Piatlicki (jauhien) <piatlicki@gmail.com> | 2013-09-20 16:13:29 +0200 |
---|---|---|
committer | Jauhien Piatlicki (jauhien) <piatlicki@gmail.com> | 2013-09-20 16:13:29 +0200 |
commit | 194ae823c3879e7a6431a944624db567697c16c6 (patch) | |
tree | f7de77f447d555994d4234256caaeb8598026069 | |
parent | note about gs-db-tool (diff) | |
download | g-sorcery-194ae823c3879e7a6431a944624db567697c16c6.tar.gz g-sorcery-194ae823c3879e7a6431a944624db567697c16c6.tar.bz2 g-sorcery-194ae823c3879e7a6431a944624db567697c16c6.zip |
developer instructions: fix typo
-rw-r--r-- | docs/developer_instructions.html | 4 | ||||
-rw-r--r-- | docs/developer_instructions.rst | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/developer_instructions.html b/docs/developer_instructions.html index b8857ce..a9798cb 100644 --- a/docs/developer_instructions.html +++ b/docs/developer_instructions.html @@ -790,8 +790,8 @@ that will distinguish different entries of a tag.</p> </li> </ul> </div> -<div class="section" id="data-dictinonary-format"> -<h2>Data dictinonary format</h2> +<div class="section" id="data-dictionary-format"> +<h2>Data dictionary format</h2> <p>The part of ebuild data used for metadata generation should have data dictionary format also defined in g_sorcery.metadata.</p> <p>Keys correspond to tags from a schema with the same name. diff --git a/docs/developer_instructions.rst b/docs/developer_instructions.rst index 706dd83..b54adfa 100644 --- a/docs/developer_instructions.rst +++ b/docs/developer_instructions.rst @@ -468,7 +468,7 @@ Entry is a dictionary. Dictionary keys are: * **subtags** List of subtags. -Data dictinonary format +Data dictionary format ~~~~~~~~~~~~~~~~~~~~~~~ The part of ebuild data used for metadata generation should have data dictionary format |