aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/web.py
diff options
context:
space:
mode:
authorAlexandre Avenel <avenel.alexandre@gmail.com>2017-11-11 18:11:15 +0100
committerAlexis Metaireau <alexis@notmyidea.org>2017-11-11 18:11:15 +0100
commit2866c868d55d197de8c39c34debc878b38929d98 (patch)
tree686d0d7c431f62585c946b5e7f3fe13a0579771d /ihatemoney/web.py
parent974485690c4a2d5127f2880cf78847c6916c02ce (diff)
downloadihatemoney-mirror-2866c868d55d197de8c39c34debc878b38929d98.zip
ihatemoney-mirror-2866c868d55d197de8c39c34debc878b38929d98.tar.gz
ihatemoney-mirror-2866c868d55d197de8c39c34debc878b38929d98.tar.bz2
Fix some typos using codespell (#285)
Diffstat (limited to 'ihatemoney/web.py')
-rw-r--r--ihatemoney/web.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/web.py b/ihatemoney/web.py
index 7e4c563..efd843c 100644
--- a/ihatemoney/web.py
+++ b/ihatemoney/web.py
@@ -359,7 +359,7 @@ def demo():
Authenticate the user for the demonstration project and redirect him to
the bills list for this project.
- Create a demo project if it doesnt exists yet (or has been deleted)
+ Create a demo project if it doesn't exists yet (or has been deleted)
If the demo project is deactivated, one is redirected to the create project form
"""
is_demo_project_activated = current_app.config['ACTIVATE_DEMO_PROJECT']