mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 12:39:59 +01:00
Fix typo: proccess -> process
This commit is contained in:
parent
75790265e1
commit
f473c8d773
@ -42,7 +42,7 @@ process.title = 'Misskey';
|
||||
main();
|
||||
|
||||
/**
|
||||
* Init proccess
|
||||
* Init process
|
||||
*/
|
||||
function main() {
|
||||
if (cluster.isMaster) {
|
||||
@ -53,7 +53,7 @@ function main() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Init master proccess
|
||||
* Init master process
|
||||
*/
|
||||
async function masterMain() {
|
||||
let initResult: InitResult;
|
||||
@ -85,7 +85,7 @@ async function masterMain() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Init worker proccess
|
||||
* Init worker process
|
||||
*/
|
||||
function workerMain() {
|
||||
// start server
|
||||
|
Loading…
Reference in New Issue
Block a user