Spelling correction

dictionnary -> dictionary
This commit is contained in:
eric-fish
2014-03-26 15:52:38 -06:00
parent aba8c5f6b5
commit 709451d4a1

View File

@@ -18,7 +18,7 @@ even know which files are concerned actually, since it doesn't look inside the
nodelist of the template block enclosed by the ``compress`` template tag.
The offline cache manifest is just a json file, stored on disk inside the
directory that holds the compressed files. The format of the manifest is simply
a key <=> value dictionnary, with the hash of the nodelist being the key,
a key <=> value dictionary, with the hash of the nodelist being the key,
and the HTML containing the element code for the combined file or piece of code
being the value. Generating the offline manifest, using the ``compress``
management command, also generates the combined files referenced in the manifest.