Skip to content

Commit 5de76aa

Browse files
committed
chore: Fix typos in templates
1 parent a39137c commit 5de76aa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

playbook/group_vars/all/vars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author_mail: "github@stackable.de"
55
# Defines which subdirectory to check the target repos out in
66
work_dir: "{{ base_dir }}/work"
77

8-
# Directory containinng the template structure to roll out
8+
# Directory containing the template structure to roll out
99
template_dir: "{{ base_dir }}/template"
1010

1111
# The name for the branch that will be created and from which the pr will be initialized

template/docker/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ARG STACKABLE_USER_NAME="stackable"
3737
# "-c": Allows the execution of commands passed as a string
3838
SHELL ["/bin/bash", "-euo", "pipefail", "-c"]
3939

40-
# These labels have mostly been superceded by the OpenContainer spec annotations below but it doesn't hurt to include them
40+
# These labels have mostly been superseded by the OpenContainer spec annotations below but it doesn't hurt to include them
4141
# http://label-schema.org/rc1/
4242
LABEL name="Stackable Operator for {[ operator.pretty_string }]"
4343
LABEL maintainer="info@stackable.tech"

template/rustfmt.toml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file includes unstable features, so you need to run "cargo +nightly fmt" to format your code.
2-
# It's also ok to use the stable toolchain by simple running "cargo fmt", but using the nigthly formatter is prefered.
2+
# It's also ok to use the stable toolchain by simple running "cargo fmt", but using the nightly formatter is preferred.
33

44
# https://doc.rust-lang.org/nightly/edition-guide/rust-2024/rustfmt-style-edition.html
55
style_edition = "{[rust_edition}]"

0 commit comments

Comments
 (0)