---------

**Commit 1:**
Fix spelling error of 'reference'

* Original sha: 560f1b1f33
* Authored by Nathan Cheek <nathan.cheek@gtri.gatech.edu> on 2016-10-13T00:12:06Z
This commit is contained in:
Elastic Jasper 2016-10-12 21:06:30 -04:00
parent df72ca5746
commit a670db2123

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()
);
}