application: correct spelling of "cannont"

[back-port of pull request #2088]
This commit is contained in:
Sam Roberts 2016-02-18 20:36:07 -08:00 committed by Miroslav Bajtoš
parent 97f376c239
commit a4c643e890
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ function dataSourcesFromConfig(name, config, connectorRegistry, registry) {
var connectorPath;
assert(typeof config === 'object',
'cannont create data source without config object');
'can not create data source without config object');
if (typeof config.connector === 'string') {
name = config.connector;