# HG changeset patch # User Michael Wiegand # Date 1411630706 -7200 # Node ID b75c494e61401dfdac9b7e653e4ee9f778414d04 # Parent 5967ea2e15cd7bbbe133067fa5ecb37029ff16e2 * farol/templates/about.j2: Fix typo. diff -r 5967ea2e15cd -r b75c494e6140 farol/templates/about.j2 --- 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 @@

Farol is a web platform to manipulate Security Advisories. The main structure is highly inspired from the structure of a CVRF document.

This platform is meant as a way to review / create / edit / publish Security Advisories in an accessible way

-

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.

+

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.

{% if config.DEBUG and not config.DEBUG_SURE %}

Debug Mode