summary refs log tree commit diff
path: root/maintainers/scripts/dep-licenses.sh
diff options
context:
space:
mode:
Diffstat (limited to 'maintainers/scripts/dep-licenses.sh')
-rwxr-xr-xmaintainers/scripts/dep-licenses.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintainers/scripts/dep-licenses.sh b/maintainers/scripts/dep-licenses.sh
index 48c1efdeebc..28ad22c334f 100755
--- a/maintainers/scripts/dep-licenses.sh
+++ b/maintainers/scripts/dep-licenses.sh
@@ -17,7 +17,7 @@ trap "exitHandler" EXIT
 # fetch the trace and the drvPath of the attribute.
 nix-instantiate $NIXPKGS -A $attr --show-trace > "$tmp/drvPath" 2> "$tmp/trace" || {
   cat 1>&2 - "$tmp/trace" <<EOF
-An error occured while evaluating $attr.
+An error occurred while evaluating $attr.
 EOF
   exit 1
 }