From 585328aa9679198235ce4b59a1dbbc97ef1238be Mon Sep 17 00:00:00 2001
From: Ephraim Seidenberg <eseide@tl14.math.uzh.ch>
Date: Wed, 22 Aug 2018 09:59:58 +0200
Subject: [PATCH] two typos

---
 extension/Documentation/Manual.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst
index f556de80e..6677a6a91 100644
--- a/extension/Documentation/Manual.rst
+++ b/extension/Documentation/Manual.rst
@@ -1351,10 +1351,10 @@ Only variables that are known in a specified store can be substituted.
  +-----+----------------------------------------------------------------------------------------+----------------------------------------------------------------------------+
  | L   | :ref:`STORE_LDAP`: Will be filled on demand during processing of a *FormElement*       | Custom specified list of LDAP attributes                                   |
  +-----+----------------------------------------------------------------------------------------+----------------------------------------------------------------------------+
- | 0   | *Zero* - allways value: 0, might be helpful if a variable is empty or undefined and    | Any key                                                                    |
+ | 0   | *Zero* - always value: 0, might be helpful if a variable is empty or undefined and     | Any key                                                                    |
  |     | will be used in an SQL statement.                                                      |                                                                            |
  +-----+----------------------------------------------------------------------------------------+----------------------------------------------------------------------------+
- | E   | *Empty* - allways an empty string, might be helpful if a variable is empty or undefined| Any key                                                                    |
+ | E   | *Empty* - always an empty string, might be helpful if a variable is empty or undefined | Any key                                                                    |
  |     | and will be used in an SQL statement                                                   |                                                                            |
  +-----+----------------------------------------------------------------------------------------+----------------------------------------------------------------------------+
  | Y   | :ref:`STORE_SYSTEM`: a) Database, b) helper vars for logging/debugging:                |                                                                            |
-- 
GitLab