You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/12/20 19:50:41 UTC

[15/36] git commit: [#5502] ticket:505 Fix typo

[#5502] ticket:505 Fix typo


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/343ebc48
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/343ebc48
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/343ebc48

Branch: refs/heads/db/6388
Commit: 343ebc48c262d40f3cb0d7cc610a960822abf8a1
Parents: dbf375b
Author: Igor Bondarenko <je...@gmail.com>
Authored: Wed Dec 18 14:31:25 2013 +0200
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Wed Dec 18 20:38:59 2013 +0000

----------------------------------------------------------------------
 Allura/allura/ext/admin/admin_main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/343ebc48/Allura/allura/ext/admin/admin_main.py
----------------------------------------------------------------------
diff --git a/Allura/allura/ext/admin/admin_main.py b/Allura/allura/ext/admin/admin_main.py
index 98445fc..647b454 100644
--- a/Allura/allura/ext/admin/admin_main.py
+++ b/Allura/allura/ext/admin/admin_main.py
@@ -629,7 +629,7 @@ class ProjectAdminController(BaseController):
                     require_access(c.project, 'admin')
                     installable_tools = AdminApp.installable_tools_for(c.project)
                     if not ep_name.lower() in [t['name'].lower() for t in installable_tools]:
-                        flash('Intallation limit exceeded.', 'error')
+                        flash('Installation limit exceeded.', 'error')
                         return
                     mount_point = new['mount_point'] or ep_name
                     M.AuditLog.log('install tool %s', mount_point)