Skip to content

Commit f85e829

Browse files
committed
all: fix some typos
Signed-off-by: cui fliter <imcusg@gmail.com>
1 parent d2688cf commit f85e829

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker/rootfs/etc/cont-init.d/01_s6-secret-init.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ref: https://github.com/linuxserver/docker-baseimage-alpine/blob/master/root/etc/cont-init.d/01-envfile
33

44
# in s6, environmental variables are written as text files for s6 to monitor
5-
# seach through full-path filenames for files ending in "__FILE"
5+
# search through full-path filenames for files ending in "__FILE"
66
for FILENAME in $(find /var/run/s6/container_environment/ | grep "__FILE$"); do
77
echo "[secret-init] Evaluating ${FILENAME##*/} ..."
88

docs/third-party/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Third Party
22

3-
As this software gains popularity it's common to see it integrated with other platforms. Please be aware that unless specifically mentioned in the documenation of those
3+
As this software gains popularity it's common to see it integrated with other platforms. Please be aware that unless specifically mentioned in the documentation of those
44
integrations, they are *not supported* by me.
55

66
Known integrations:

scripts/docs-upload

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ALL_FILES=$(find . -follow)
1212

1313
for FILE in $ALL_FILES
1414
do
15-
# remove preceeding ./
15+
# remove preceding ./
1616
FILE=$(echo "$FILE" | sed -E "s/\.\///g")
1717
echo '======================================='
1818
echo "FILE: $FILE"

0 commit comments

Comments
 (0)