Fix typo: proccess -> process
This commit is contained in:
		| @@ -42,7 +42,7 @@ process.title = 'Misskey'; | |||||||
| main(); | main(); | ||||||
|  |  | ||||||
| /** | /** | ||||||
|  * Init proccess |  * Init process | ||||||
|  */ |  */ | ||||||
| function main() { | function main() { | ||||||
| 	if (cluster.isMaster) { | 	if (cluster.isMaster) { | ||||||
| @@ -53,7 +53,7 @@ function main() { | |||||||
| } | } | ||||||
|  |  | ||||||
| /** | /** | ||||||
|  * Init master proccess |  * Init master process | ||||||
|  */ |  */ | ||||||
| async function masterMain() { | async function masterMain() { | ||||||
| 	let initResult: InitResult; | 	let initResult: InitResult; | ||||||
| @@ -85,7 +85,7 @@ async function masterMain() { | |||||||
| } | } | ||||||
|  |  | ||||||
| /** | /** | ||||||
|  * Init worker proccess |  * Init worker process | ||||||
|  */ |  */ | ||||||
| function workerMain() { | function workerMain() { | ||||||
| 	// start server | 	// start server | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aya Morisawa
					Aya Morisawa