From 98387314576bec46f41e4422bd627c13ec4cae52 Mon Sep 17 00:00:00 2001 From: Marian Sigler Date: Wed, 26 Nov 2014 01:45:26 +0100 Subject: typo --- index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.py b/index.py index 7b4a745..5362bd0 100755 --- a/index.py +++ b/index.py @@ -26,7 +26,7 @@ create_form = form.Form( 'and may only consist of letters, digits, plus (+), minus (-), and underlines (_).'), form.Validator('This name ends with a reserved suffix. Please choose another name.', util.validate_listname), - form.Validator('A list with this name allready exists. Please choose another name.', + form.Validator('A list with this name already exists. Please choose another name.', lambda name: list_exists(name) == False), description = 'Name of your list'), -- cgit v1.2.3-1-g7c22