Fix tons of typos

This commit is contained in:
Olivier Gagnon
2022-10-09 01:25:31 -04:00
parent f8a3a046de
commit f6f023eeb4
110 changed files with 212 additions and 207 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
* the home computer
*/
import { AddToAllServers, createUniqueRandomIp } from "./AllServers";
import { safetlyCreateUniqueServer } from "./ServerHelpers";
import { safelyCreateUniqueServer } from "./ServerHelpers";
import { BitNodeMultipliers } from "../BitNode/BitNodeMultipliers";
import { CONSTANTS } from "../Constants";
@@ -75,7 +75,7 @@ export function purchaseServer(hostname: string, ram: number, cost: number): voi
}
// Create server
const newServ = safetlyCreateUniqueServer({
const newServ = safelyCreateUniqueServer({
adminRights: true,
hostname: hostname,
ip: createUniqueRandomIp(),