From d431206e30e11dc70c44ebd41b543c02864922db Mon Sep 17 00:00:00 2001 From: Tim Richardson Date: Sat, 4 May 2013 22:13:15 +1000 Subject: [PATCH] Fixed a very minor typo --- applications/welcome/controllers/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/welcome/controllers/default.py b/applications/welcome/controllers/default.py index 3da8b325..005b558a 100644 --- a/applications/welcome/controllers/default.py +++ b/applications/welcome/controllers/default.py @@ -2,7 +2,7 @@ # this file is released under public domain and you can use without limitations ######################################################################### -## This is a samples controller +## This is a sample controller ## - index is the default action of any application ## - user is required for authentication and authorization ## - download is for downloading files uploaded in the db (does streaming)