mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
typo: occured -> occurred
This commit is contained in:
parent
fcc6d28126
commit
9af5d4731d
2 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ else
|
||||||
escapeQuotes () { eval echo "$1"; }
|
escapeQuotes () { eval echo "$1"; }
|
||||||
nixMap escapeQuotes "$names"
|
nixMap escapeQuotes "$names"
|
||||||
else
|
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
|
echo $result
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -14,7 +14,7 @@ fail() {
|
||||||
# in an interactive shell.
|
# in an interactive shell.
|
||||||
cat <<EOF
|
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
|
root filesystem on \`$targetRoot' and then start stage 2. Press one
|
||||||
of the following keys:
|
of the following keys:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue