treewide: fix typos

This commit is contained in:
Julian Stecklina 2023-01-21 10:27:34 +01:00
parent 65896e03fa
commit dd499f6642
6 changed files with 6 additions and 6 deletions

View File

@ -126,7 +126,7 @@ nixosConfigurations = {
pkgs.sbctl
];
# Lanzaboote currently replaces the sytemd-boot module.
# Lanzaboote currently replaces the systemd-boot module.
# This setting is usually set to true in configuration.nix
# generated at installation time. So we force it to false
# for now.

View File

@ -14,7 +14,7 @@
};
# We only have this input to pass it to other dependencies and
# avoid having mulitple versions in our dependencies.
# avoid having multiple versions in our dependencies.
flake-utils.url = "github:numtide/flake-utils";
crane = {

View File

@ -25,7 +25,7 @@ in
};
pkiBundle = mkOption {
type = types.nullOr types.path;
description = "PKI bundle containg db, PK, KEK";
description = "PKI bundle containing db, PK, KEK";
};
publicKeyFile = mkOption {
type = types.path;

View File

@ -149,7 +149,7 @@ mod tests {
}
#[test]
fn keep_used_dirctory_with_used_and_unused_file() -> Result<()> {
fn keep_used_directory_with_used_and_unused_file() -> Result<()> {
let tmpdir = tempfile::tempdir()?;
let rootdir = create_dir(tmpdir.path().join("root"))?;

View File

@ -126,7 +126,7 @@ fn read_build_time(path: &Path) -> Result<String> {
/// A link pointing to a generation.
///
/// Can be built from a symlink in /nix/var/nix/profiles/ alone because the name of the
/// symlink enocdes the version number.
/// symlink encodes the version number.
#[derive(Debug)]
pub struct GenerationLink {
pub version: u64,

View File

@ -196,7 +196,7 @@ fn stub_offset(binary: &Path) -> Result<u64> {
let image_base = image_base(&pe);
// The Virtual Memory Addresss (VMA) is relative to the image base, aka the image base
// The Virtual Memory Address (VMA) is relative to the image base, aka the image base
// needs to be added to the virtual address to get the actual (but still virtual address)
Ok(u64::from(
pe.sections