From 1ff4bd3923a52b9b4c3a13b5df0d8bb84c10e95c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 13 Sep 2014 00:39:41 +0200 Subject: [PATCH] Fix typo --- app/coffee/modules/kanban/main.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/modules/kanban/main.coffee b/app/coffee/modules/kanban/main.coffee index 932f47a3..ac04ff5d 100644 --- a/app/coffee/modules/kanban/main.coffee +++ b/app/coffee/modules/kanban/main.coffee @@ -246,7 +246,7 @@ KanbanRowWidthFixerDirective = -> module.directive("tgKanbanRowWidthFixer", KanbanRowWidthFixerDirective) ############################################################################# -## Kaban Column Height Fixer Directive +## Kanban Column Height Fixer Directive ############################################################################# KanbanColumnHeightFixerDirective = ->