Skip to content

Commit 29cd2fb

Browse files
MateusFrFreitasMateus Franchini de Freitas
andauthored
chore: Fix typo, thanks @MateusFrFreitas (#9093)
Co-authored-by: Mateus Franchini de Freitas <[email protected]>
1 parent 4cef4f0 commit 29cd2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-server/src/server/container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ export class ServerContainer {
443443
process.exit(1);
444444
}
445445
} else {
446-
console.log(`Recevied ${signal} signal, terminating with process exit`);
446+
console.log(`Received ${signal} signal, terminating with process exit`);
447447
process.exit(0);
448448
}
449449
});

0 commit comments

Comments
 (0)