Fix user-facing typos (mainly in descriptions)

This commit is contained in:
Tobias Geerinckx-Rice
2014-12-30 03:31:03 +01:00
parent e62e634128
commit c64257b8e5
46 changed files with 55 additions and 55 deletions
+2 -2
View File
@@ -110,7 +110,7 @@ in
default = false;
description = ''
Print the contents of <literal>/etc/motd</literal> to screen
after a succesful login.
after a successful login.
'';
};
@@ -145,7 +145,7 @@ in
When $DUO_PASSCODE is non-empty, it will override
autopush. The SSH client will need SendEnv DUO_PASSCODE in
its configuration, and the SSH server will similarily need
its configuration, and the SSH server will similarly need
AcceptEnv DUO_PASSCODE.
'';
};
+1 -1
View File
@@ -90,7 +90,7 @@ in
enable = true;
recipientDelimiter= "+";
extraMasterConf = ''
mlmmj unix - n n - - pipe flags=ORhu user=mlmmj argv=${pkgs.mlmmj}/bin/mlmmj-recieve -F -L ${spoolDir}/$nextHop
mlmmj unix - n n - - pipe flags=ORhu user=mlmmj argv=${pkgs.mlmmj}/bin/mlmmj-receive -F -L ${spoolDir}/$nextHop
'';
extraAliases = concatMapStrings (alias cfg.listDomain) cfg.mailLists;
@@ -11,7 +11,7 @@ in {
enable = mkOption {
default = false;
type = types.bool;
description = "Wherther to enable cadvisor service.";
description = "Whether to enable cadvisor service.";
};
host = mkOption {
+2 -2
View File
@@ -53,7 +53,7 @@ in
};
mgmt_address = mkOption {
description = "Address to run managment TCP interface on";
description = "Address to run management TCP interface on";
default = "127.0.0.1";
type = types.str;
};
@@ -65,7 +65,7 @@ in
};
backends = mkOption {
description = "List of backends statsd will use for data persistance";
description = "List of backends statsd will use for data persistence";
default = ["graphite"];
example = ["graphite" pkgs.nodePackages."statsd-influxdb-backend"];
type = types.listOf (types.either types.str types.package);
@@ -61,7 +61,7 @@ in
default = null;
example = 4002;
description = ''
Use fixed port for rpc.mountd, usefull if server is behind firewall.
Use fixed port for rpc.mountd, useful if server is behind firewall.
'';
};
+2 -2
View File
@@ -142,7 +142,7 @@ in
type = types.int;
default = 80;
description = ''
Port to forward incoming trafic to. 80 by default.
Port to forward incoming traffic to. 80 by default.
'';
};
keyFile = mkOption {
@@ -195,4 +195,4 @@ in
};
};
}
#
#
@@ -24,7 +24,7 @@ in
default = false;
description =
''
Whether to enable the Tox DHT boostrap daemon.
Whether to enable the Tox DHT bootstrap daemon.
'';
};
@@ -45,7 +45,7 @@ in
default = "";
description =
''
Configuration for boostrap daemon.
Configuration for bootstrap daemon.
See <link xlink:href="https://github.com/irungentoo/toxcore/blob/master/other/bootstrap_daemon/tox-bootstrapd.conf"/>
and <link xlink:href="http://wiki.tox.im/Nodes"/>.
'';
+1 -1
View File
@@ -24,7 +24,7 @@ let
http_address = mkOption {
default = "localhost:8080";
type = types.string;
description = "Give a port and adress for the HTTP server.";
description = "Give a port and address for the HTTP server.";
};
user = mkOption {
+3 -3
View File
@@ -695,21 +695,21 @@ in
default = {};
type = types.attrsOf types.optionSet;
options = [ linkOptions ];
description = "Definiton of systemd network links.";
description = "Definition of systemd network links.";
};
systemd.network.netdevs = mkOption {
default = {};
type = types.attrsOf types.optionSet;
options = [ netdevOptions ];
description = "Definiton of systemd network devices.";
description = "Definition of systemd network devices.";
};
systemd.network.networks = mkOption {
default = {};
type = types.attrsOf types.optionSet;
options = [ networkOptions networkConfig ];
description = "Definiton of systemd networks.";
description = "Definition of systemd networks.";
};
systemd.network.units = mkOption {
+2 -2
View File
@@ -38,7 +38,7 @@ in
default = null;
example = 4000;
description = ''
Use fixed port for rpc.statd, usefull if NFS server is behind firewall.
Use fixed port for rpc.statd, useful if NFS server is behind firewall.
'';
};
lockdPort = mkOption {
@@ -46,7 +46,7 @@ in
example = 4001;
description = ''
Use fixed port for NFS lock manager kernel module (lockd/nlockmgr),
usefull if NFS server is behind firewall.
useful if NFS server is behind firewall.
'';
};
};
+1 -1
View File
@@ -266,7 +266,7 @@ in
Networking-related command-line options that should be passed to qemu.
The default is to use userspace networking (slirp).
If you override this option, be adviced to keep
If you override this option, be advised to keep
''${QEMU_NET_OPTS:+,$QEMU_NET_OPTS} (as seen in the default)
to keep the default runtime behaviour.
'';