treewide: fix typos in comments (#413240)

This commit is contained in:
Pol Dellaiera 2025-06-02 18:43:07 +02:00 committed by GitHub
commit 6d9d3014ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
88 changed files with 110 additions and 110 deletions

View file

@ -45,7 +45,7 @@
Documentation rendered as AsciiDoc. This is useful for e.g. man pages.
> Note: NixOS itself uses this ouput to to build the configuration.nix man page"
> Note: NixOS itself uses this output to to build the configuration.nix man page"
## optionsNix
@ -59,7 +59,7 @@
let
# Evaluate a NixOS configuration
eval = import (pkgs.path + "/nixos/lib/eval-config.nix") {
# Overriden explicitly here, this would include all modules from NixOS otherwise.
# Overridden explicitly here, this would include all modules from NixOS otherwise.
# See: docs of eval-config.nix for more details
baseModules = [];
modules = [

View file

@ -130,7 +130,7 @@ let
virtualisation.test.nodeName = mkOption {
internal = true;
default = name;
# We need to force this in specilisations, otherwise it'd be
# We need to force this in specialisations, otherwise it'd be
# readOnly = true;
description = ''
The `name` in `nodes.<name>`; stable across `specialisations`.