Skip to content
Snippets Groups Projects
Commit 78ad48df authored by Aya Morisawa's avatar Aya Morisawa
Browse files

Fix typo: proccess -> process

parent 13addb69
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment