From 58b8fe093da506595118076cedbdeee4aa6d20b0 Mon Sep 17 00:00:00 2001
From: Samruddhi Khandale <skhandale@microsoft.com>
Date: Tue, 17 Jan 2023 09:34:53 -0800
Subject: Fix typos in comments / *.md (#396)

---
 src/nix/install.sh        | 2 +-
 src/nix/nix-entrypoint.sh | 2 +-
 src/nix/utils.sh          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

(limited to 'src/nix')

diff --git a/src/nix/install.sh b/src/nix/install.sh
index dcddcfd..80f9ace 100755
--- a/src/nix/install.sh
+++ b/src/nix/install.sh
@@ -12,7 +12,7 @@ FLAKEURI="${FLAKEURI:-""}"
 EXTRANIXCONFIG="${EXTRANIXCONFIG:-""}"
 USERNAME="${USERNAME:-"${_REMOTE_USER:-"automatic"}"}"
 
-# Nix keys for securly verifying installer download signature per https://nixos.org/download.html#nix-verify-installation
+# Nix keys for securely verifying installer download signature per https://nixos.org/download.html#nix-verify-installation
 NIX_GPG_KEYS="B541D55301270E0BCF15CA5D8170B4726D7198DE"
 GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com
 keyserver hkps://keys.openpgp.org
diff --git a/src/nix/nix-entrypoint.sh b/src/nix/nix-entrypoint.sh
index cac3e63..0ec7188 100755
--- a/src/nix/nix-entrypoint.sh
+++ b/src/nix/nix-entrypoint.sh
@@ -15,7 +15,7 @@ if ! pidof nix-daemon > /dev/null 2>&1; then
         fi
     fi
     if [ "${start_ok}" = "false" ]; then
-            echo -e 'Failed to start nix-daemon as root. Set multiUser to false in your feature configuraiton if you would\nprefer to run the container as a non-root. You may also start the daemon manually if you have sudo\ninstalled and configured for your user by running "sudo -c nix-daemon &"'
+            echo -e 'Failed to start nix-daemon as root. Set multiUser to false in your feature configuration if you would\nprefer to run the container as a non-root. You may also start the daemon manually if you have sudo\ninstalled and configured for your user by running "sudo -c nix-daemon &"'
     fi
 fi
 exec "$@"
diff --git a/src/nix/utils.sh b/src/nix/utils.sh
index 5753e5a..7cb55f2 100755
--- a/src/nix/utils.sh
+++ b/src/nix/utils.sh
@@ -91,7 +91,7 @@ receive_gpg_keys() {
         keyring_args="--no-default-keyring --keyring $2"
     fi
 
-    # Use a temporary locaiton for gpg keys to avoid polluting image
+    # Use a temporary location for gpg keys to avoid polluting image
     export GNUPGHOME="/tmp/tmp-gnupg"
     mkdir -p ${GNUPGHOME}
     chmod 700 ${GNUPGHOME}
-- 
cgit v1.2.3