about summary refs log tree commit diff
path: root/pkgs/data/misc/cacert/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/data/misc/cacert/update.sh')
-rwxr-xr-xpkgs/data/misc/cacert/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/misc/cacert/update.sh b/pkgs/data/misc/cacert/update.sh
index 9ad5ede0f7efe..d578102ad56bd 100755
--- a/pkgs/data/misc/cacert/update.sh
+++ b/pkgs/data/misc/cacert/update.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env nix-shell
 #!nix-shell -i bash -p nix common-updater-scripts jq
 
-# Build both the cacert package and an overriden version where we use the source attribute of NSS.
+# Build both the cacert package and an overridden version where we use the source attribute of NSS.
 # Cacert and NSS are both from the same upstream sources. They are decoupled as
 # the cacert output only cares about a few infrequently changing files in the
 # sources while the NSS source code changes frequently.