We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7719590 commit 45e975bCopy full SHA for 45e975b
lib/snc-client.js
@@ -67,7 +67,7 @@ var sncClient = restler.service(function sncClient(config) {
67
if (result instanceof Error) {
68
69
var errorList = {
70
- 'ECONNREFUSED': 'Missing interent connection or connection was refused!',
+ 'ECONNREFUSED': 'Missing internet connection or connection was refused!',
71
'ENOTFOUND': 'No connection available (do we have internet?)',
72
'ETIMEDOUT': 'Connection timed out. Internet down?'
73
};
0 commit comments