Merge pull request #93963 from seqizz/g_typo_environment

treewide: fix typo on word environment

Changed files
+4 -4
nixos
modules
hardware
video
uvcvideo
services
networking
pkgs
development
libraries
libpcap
tools
graphics
+1 -1
nixos/modules/hardware/video/uvcvideo/default.nix
···
Whether to enable <command>uvcvideo</command> dynamic controls.
Note that enabling this brings the <command>uvcdynctrl</command> tool
-
into your environement and register all dynamic controls from
+
into your environment and register all dynamic controls from
specified <command>packages</command> to the <command>uvcvideo</command> driver.
'';
};
+1 -1
nixos/modules/services/networking/skydns.nix
···
extraConfig = mkOption {
default = {};
type = types.attrsOf types.str;
-
description = "Skydns attribute set of extra config options passed as environemnt variables.";
+
description = "Skydns attribute set of extra config options passed as environment variables.";
};
};
+1 -1
pkgs/development/libraries/libpcap/default.nix
···
++ optionals withBluez [ bluez.dev pkgconfig ];
# We need to force the autodetection because detection doesn't
-
# work in pure build enviroments.
+
# work in pure build environments.
configureFlags = [
("--with-pcap=" + {
linux = "linux";
+1 -1
pkgs/tools/graphics/lprof/keep-environment.patch
···
@@ -22,12 +22,7 @@
# opts.Add(BoolOption('qt-mt-lib', 'Flag used to set QT library to either qt-mt or qt. Value of 1 = qt-mt, 0 = qt.', 'yes'))
-
# setup base environemnt
+
# setup base environment
-env = Environment(
- ENV = {
- 'PATH' : os.environ[ 'PATH' ],