typo: occured -> occurred
This commit is contained in:
parent
fcc6d28126
commit
9af5d4731d
@ -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
|
||||
|
@ -14,7 +14,7 @@ fail() {
|
||||
# in an interactive shell.
|
||||
cat <<EOF
|
||||
|
||||
An error occured in stage 1 of the boot process, which must mount the
|
||||
An error occurred in stage 1 of the boot process, which must mount the
|
||||
root filesystem on \`$targetRoot' and then start stage 2. Press one
|
||||
of the following keys:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user