From 26f6b3ea8226a231949087827ff5bb92b932f350 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sun, 5 Jan 2025 23:39:36 -0600 Subject: [PATCH] fix typo --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 25a7c532c..5013ced8a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -84,7 +84,7 @@ Several Nix virtual machine definitions are provided by the project for testing and developing Ghostty against multiple different Linux desktop environments. Running these requires a working Nix installation, either Nix on your -favorite Linux distribution, NixOS, or macOS with nix-darwin installed. Futher +favorite Linux distribution, NixOS, or macOS with nix-darwin installed. Further requirements for macOS are detailed below. VMs should only be run on your local desktop and then powered off when not in @@ -128,7 +128,7 @@ We welcome the contribution of new VM definitions, as long as they meet the foll #### VM Definition Criteria 1. VMs should be as minimal as possible so that they build and launch quickly. - Additonal software can be added at runtime with a command like `nix run nixpkgs#`. + Additional software can be added at runtime with a command like `nix run nixpkgs#`. 2. VMs should not expose any services to the network, or run any remote access software like SSH, VNC or RDP. 3. VMs should auto-login using the "ghostty" user.