Fixing spelling errors (#4615)
This commit is contained in:
parent
4bb8ed0a3e
commit
b8dbd5970d
4 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ try {
|
|||
// eslint-disable-next-line global-require, import/no-extraneous-dependencies, import/no-unresolved
|
||||
xattr = require('fs-xattr');
|
||||
} catch (e) {
|
||||
console.log('x-attr dependncy did not load successfully');
|
||||
console.log('x-attr dependency did not load successfully');
|
||||
}
|
||||
|
||||
const PATH = 'attachments.noindex';
|
||||
|
|
|
@ -5100,7 +5100,7 @@ _blanket.extend({
|
|||
inputFileName: url
|
||||
},function(instrumented){
|
||||
try{
|
||||
if (_blanket.options("debug")) {console.log("BLANKET-instrument of:"+url+" was successfull.");}
|
||||
if (_blanket.options("debug")) {console.log("BLANKET-instrument of:"+url+" was successful.");}
|
||||
_blanket.utils.blanketEval(instrumented);
|
||||
cb();
|
||||
_blanket.requiringFile(url,true);
|
||||
|
|
|
@ -624,7 +624,7 @@ describe('Backup', () => {
|
|||
console.log({ messageFromDB, expectedMessage });
|
||||
assert.deepEqual(messageFromDB, expectedMessage);
|
||||
|
||||
console.log('Backup test: ensure that all attachments were imported');
|
||||
console.log('Backup test: Ensure that all attachments were imported');
|
||||
const recreatedAttachmentFiles = removeDirs(
|
||||
fastGlob.sync(attachmentsPattern)
|
||||
);
|
||||
|
|
|
@ -5817,7 +5817,7 @@ blanket.defaultReporter = function(coverage) {
|
|||
try {
|
||||
if (_blanket.options('debug')) {
|
||||
console.log(
|
||||
'BLANKET-instrument of:' + url + ' was successfull.'
|
||||
'BLANKET-instrument of:' + url + ' was successful.'
|
||||
);
|
||||
}
|
||||
_blanket.utils.blanketEval(instrumented);
|
||||
|
|
Loading…
Reference in a new issue