NIHVIVO-3209 Fix spelling error in comment.

This commit is contained in:
j2blake 2011-10-11 19:51:47 +00:00
parent e8d8c494f7
commit fc4a22d292

View file

@ -78,7 +78,7 @@ public class IndexBuilder extends VitroBackgroundThread {
if (o instanceof IndexBuilder) {
return (IndexBuilder) o;
} else {
log.error("IndexBuilder has not bee initialized.");
log.error("IndexBuilder has not been initialized.");
return null;
}
}