NIHVIVO-3209 Fix spelling error in comment.
This commit is contained in:
parent
e8d8c494f7
commit
fc4a22d292
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ public class IndexBuilder extends VitroBackgroundThread {
|
||||||
if (o instanceof IndexBuilder) {
|
if (o instanceof IndexBuilder) {
|
||||||
return (IndexBuilder) o;
|
return (IndexBuilder) o;
|
||||||
} else {
|
} else {
|
||||||
log.error("IndexBuilder has not bee initialized.");
|
log.error("IndexBuilder has not been initialized.");
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue