Fix spelling error of 'reference'

This commit is contained in:
Nathan Cheek 2016-10-12 20:12:06 -04:00
parent ca2e710744
commit 560f1b1f33

View file

@ -133,7 +133,7 @@ uiModules.get('kibana')
function instantiate(prov, locals) {
if (~privPath.indexOf(prov)) {
throw new Error(
'Circular refrence to "' + name(prov) + '"' +
'Circular reference to "' + name(prov) + '"' +
' found while resolving private deps: ' + pathToString()
);
}