Fix typo elipses -> ellipsis

Change-Id: I8fff4c70c893ff3e0013e8111304aa7543e49487
This commit is contained in:
Christian Aistleitner
2013-02-19 20:55:43 +01:00
parent 9fe238ec19
commit dc59ed1a66

View File

@@ -31,7 +31,7 @@
## The ChangeSubject.vm template will determine the contents of the email
## subject line for ALL emails related to changes.
##
#macro(elipses $length $str)
#macro(ellipsis $length $str)
#if($str.length() > $length)#set($length = $length - 3)${str.substring(0,$length)}...#else$str#end
#end
Change in $projectName.replaceAll('/.*/', '...')[$branch.shortName]: #elipses(63, $change.subject)
Change in $projectName.replaceAll('/.*/', '...')[$branch.shortName]: #ellipsis(63, $change.subject)