File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ export class BaseSyncer {
60
60
} ) ;
61
61
62
62
this . worker . on ( "failed" , ( _ , err ) => {
63
- this . logger . error ( new ErrorException ( "A worker error ocurred " , err ) ) ;
63
+ this . logger . error ( new ErrorException ( "A worker error occurred " , err ) ) ;
64
64
} ) ;
65
65
66
66
this . connection = connection ;
@@ -82,7 +82,7 @@ export class BaseSyncer {
82
82
} catch ( err ) {
83
83
throw new SyncerError (
84
84
this . name ,
85
- "An error ocurred when starting syncer" ,
85
+ "An error occurred when starting syncer" ,
86
86
err
87
87
) ;
88
88
}
@@ -117,7 +117,7 @@ export class BaseSyncer {
117
117
} catch ( err ) {
118
118
const err_ = new SyncerError (
119
119
this . name ,
120
- "An error ocurred when performing closing operation" ,
120
+ "An error occurred when performing closing operation" ,
121
121
err
122
122
) ;
123
123
You can’t perform that action at this time.
0 commit comments