From 9af5d4731deb12d87d50ddf6ca3190d2c9da9bd6 Mon Sep 17 00:00:00 2001 From: Ellis Whitehead Date: Fri, 7 Mar 2014 19:39:55 +0100 Subject: [PATCH] typo: occured -> occurred --- nixos/modules/installer/tools/nixos-option.sh | 2 +- nixos/modules/system/boot/stage-1-init.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/installer/tools/nixos-option.sh b/nixos/modules/installer/tools/nixos-option.sh index 60cee2519da0..edc94d732084 100644 --- a/nixos/modules/installer/tools/nixos-option.sh +++ b/nixos/modules/installer/tools/nixos-option.sh @@ -228,7 +228,7 @@ else escapeQuotes () { eval echo "$1"; } nixMap escapeQuotes "$names" else - echo 1>&2 "An error occured while looking for attribute names." + echo 1>&2 "An error occurred while looking for attribute names." echo $result fi fi diff --git a/nixos/modules/system/boot/stage-1-init.sh b/nixos/modules/system/boot/stage-1-init.sh index 97c688ce5902..d0f4576f8112 100644 --- a/nixos/modules/system/boot/stage-1-init.sh +++ b/nixos/modules/system/boot/stage-1-init.sh @@ -14,7 +14,7 @@ fail() { # in an interactive shell. cat <