Skip to content

Commit 2f6d825

Browse files
authored
Merge pull request NginxProxyManager#2259 from cuishuang/develop
all: fix some typos
2 parents b9a6b5d + f85e829 commit 2f6d825

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)