1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-21 00:11:11 +01:00

treewide: fix typos (#3618)

This commit is contained in:
Mario Rodas 2023-01-24 05:30:04 -05:00 committed by GitHub
parent 12d43fd40a
commit c59f0eac51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 19 additions and 19 deletions

View file

@ -375,7 +375,7 @@ in {
# Aliases
${aliasesStr}
# Interactive shell intialisation
# Interactive shell initialisation
${cfg.interactiveShellInit}
end

View file

@ -82,7 +82,7 @@ let
attrsetToXml = attrs: name: stylesheet:
pkgs.runCommand name {
# Package splicing for libxslt does not work correctly leading to errors
# when cross-compiling. Use the version from buildPackages explicitely to
# when cross-compiling. Use the version from buildPackages explicitly to
# fix this.
nativeBuildInputs = [ pkgs.buildPackages.libxslt.bin ];
xml = builtins.toXML attrs;

View file

@ -174,7 +174,7 @@ let
flatten (optionals (group.channels != { }) ([ "Group ${group.name}" ]
++ (genChannelStrings group.name group.channels)));
# Given set of groups, generates list of strings, where each string is one
# of the groups and its consituent channels.
# of the groups and its constituent channels.
genGroupsStrings = mapAttrsToList (name: info:
concatStringsSep "\n" (genGroupChannelString groups.${name})) groups;
# Join all non-empty groups.

View file

@ -186,7 +186,7 @@ let
default = null;
example = "https://jmap.example.com/.well-known/jmap";
description = ''
Sesion URL to connect to.
Session URL to connect to.
</para><para>
Mutually exclusive with
<xref linkend="opt-accounts.email.accounts._name_.mujmap.settings.fqdn"/>.