[DS-707] Various typo fixes, including a bug in bitstream handling over the bundle THUMBNAIL (THUMBMNAIL)

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5461 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Graham Triggs
2010-10-19 16:10:27 +00:00
parent c764ef0c38
commit b3f767eb36
57 changed files with 105 additions and 106 deletions

View File

@@ -269,7 +269,7 @@ public class RegistryLoader
String shortname = getElementData(node, "name");
String namespace = getElementData(node, "namespace");
// Check if the schema exists allready
// Check if the schema exists already
MetadataSchema schema = MetadataSchema.find(context, shortname);
if (schema == null)
{