s/saftey/safety

This commit is contained in:
Kevin Burke 2015-08-02 09:25:57 -07:00
parent 0a54dfa1c8
commit b4746e82e5

View File

@ -1,4 +1,4 @@
return console.log('query-callback-error-tests: DEPRECATED - if you want saftey in your callback, you can try/catch your own functions');
return console.log('query-callback-error-tests: DEPRECATED - if you want safety in your callback, you can try/catch your own functions');
var helper = require(__dirname + '/test-helper');
var util = require('util');