Mercurial > farol
changeset 5:b75c494e6140
* farol/templates/about.j2: Fix typo.
author | Michael Wiegand <michael.wiegand@greenbone.net> |
---|---|
date | Thu, 25 Sep 2014 09:38:26 +0200 |
parents | 5967ea2e15cd |
children | bb7334ff114a |
files | farol/templates/about.j2 |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/farol/templates/about.j2 Wed Sep 24 17:46:52 2014 +0200 +++ b/farol/templates/about.j2 Thu Sep 25 09:38:26 2014 +0200 @@ -36,7 +36,7 @@ <div> <p>Farol is a web platform to manipulate Security Advisories. The main structure is highly inspired from the structure of a CVRF document.</p> <p>This platform is meant as a way to review / create / edit / publish Security Advisories in an accessible way</p> - <p>In the current version, Advisories not currently saved are kept in memory of the running process. If the process terminates, and they are not seved, documents are lost.</p> + <p>In the current version, Advisories not currently saved are kept in memory of the running process. If the process terminates, and they are not saved, documents are lost.</p> {% if config.DEBUG and not config.DEBUG_SURE %} <hr> <h3 id="debug">Debug Mode</h3>