Skip to content

Commit

Permalink
Merge pull request #93963 from seqizz/g_typo_environment
Browse files Browse the repository at this point in the history
treewide: fix typo on word environment
  • Loading branch information
worldofpeace committed Jul 28, 2020
2 parents ad4deef + eb627de commit 654b66e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nixos/modules/hardware/video/uvcvideo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ in
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.
'';
};
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/skydns.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ in {
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.";
};
};

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libpcap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
++ 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";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/graphics/lprof/keep-environment.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@@ -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' ],
Expand Down

0 comments on commit 654b66e

Please sign in to comment.