diff --git a/playbook/group_vars/all/vars b/playbook/group_vars/all/vars index a697eb0d..13af8a98 100644 --- a/playbook/group_vars/all/vars +++ b/playbook/group_vars/all/vars @@ -5,7 +5,7 @@ author_mail: "github@stackable.de" # Defines which subdirectory to check the target repos out in work_dir: "{{ base_dir }}/work" -# Directory containinng the template structure to roll out +# Directory containing the template structure to roll out template_dir: "{{ base_dir }}/template" # The name for the branch that will be created and from which the pr will be initialized diff --git a/template/docker/Dockerfile.j2 b/template/docker/Dockerfile.j2 index 9ad2a54e..31bdc067 100644 --- a/template/docker/Dockerfile.j2 +++ b/template/docker/Dockerfile.j2 @@ -37,7 +37,7 @@ ARG STACKABLE_USER_NAME="stackable" # "-c": Allows the execution of commands passed as a string SHELL ["/bin/bash", "-euo", "pipefail", "-c"] -# These labels have mostly been superceded by the OpenContainer spec annotations below but it doesn't hurt to include them +# These labels have mostly been superseded by the OpenContainer spec annotations below but it doesn't hurt to include them # http://label-schema.org/rc1/ LABEL name="Stackable Operator for {[ operator.pretty_string }]" LABEL maintainer="info@stackable.tech" diff --git a/template/rustfmt.toml.j2 b/template/rustfmt.toml.j2 index 2ae67801..be99492b 100644 --- a/template/rustfmt.toml.j2 +++ b/template/rustfmt.toml.j2 @@ -1,5 +1,5 @@ # This file includes unstable features, so you need to run "cargo +nightly fmt" to format your code. -# It's also ok to use the stable toolchain by simple running "cargo fmt", but using the nigthly formatter is prefered. +# It's also ok to use the stable toolchain by simple running "cargo fmt", but using the nightly formatter is preferred. # https://doc.rust-lang.org/nightly/edition-guide/rust-2024/rustfmt-style-edition.html style_edition = "{[rust_edition}]"