Minor fix change and spelling mistake

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5797 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-05-29 11:05:26 +00:00
parent cdcd32d54b
commit 71f060d9a6

View File

@@ -299,7 +299,7 @@ public class FreeMarkerProcessor extends BaseProcessor implements TemplateProces
} }
else else
{ {
// Just add the objec to the free marker model // Just add the object to the free marker model
freeMarkerModel.put(key, ((Map)model).get(key)); freeMarkerModel.put(key, ((Map)model).get(key));
} }
} }