Skip to content

Commit 45e975b

Browse files
committed
Fix spelling.
1 parent 7719590 commit 45e975b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/snc-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var sncClient = restler.service(function sncClient(config) {
6767
if (result instanceof Error) {
6868

6969
var errorList = {
70-
'ECONNREFUSED': 'Missing interent connection or connection was refused!',
70+
'ECONNREFUSED': 'Missing internet connection or connection was refused!',
7171
'ENOTFOUND': 'No connection available (do we have internet?)',
7272
'ETIMEDOUT': 'Connection timed out. Internet down?'
7373
};

0 commit comments

Comments
 (0)