Skip to content

Commit 53ee88c

Browse files
committed
Fix typos
Found via `codespell -S templates -L claus,nd`
1 parent ad6b18a commit 53ee88c

File tree

24 files changed

+42
-42
lines changed

24 files changed

+42
-42
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Are we running against the minimal container, or the everything
44
# container? Minimal is mostly the compiled package tools. Everything
5-
# pulls in scripting langauges.
5+
# pulls in scripting languages.
66
ARG BASE_ENV=everything
77

88
# Are we running tests, or a release? Tests build and run against the
@@ -66,7 +66,7 @@ EOF
6666

6767
# Run tests against the current working directory. This is a bit
6868
# orthogonal to the container release process, but it has a lot of
69-
# same dependancies, so we reuse it. This uses COPY to allow rspect to
69+
# same dependencies, so we reuse it. This uses COPY to allow rspect to
7070
# initall the gems, but runtime usage expects you to mount a volume
7171
# into /src
7272
FROM base AS test

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ release-prep:
5858
make -C docs changelog_links.rst cli-reference.rst package-type-cli
5959

6060
# Testing in docker.
61-
# The dot file is a sentinal file that will built a docker image, and tag it.
61+
# The dot file is a sentinel file that will built a docker image, and tag it.
6262
# The normal make target runs said image, mounting CWD against it.
6363
SECONDARY: .docker-test-minimal .docker-test-everything
6464
.docker-test-%: Gemfile.lock fpm.gemspec Dockerfile

docs/cli-reference.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ General Options
322322
- (osxpkg only) A file path for which to 'dont-obsolete' in the built PackageInfo. Can be specified multiple times.
323323

324324
* ``--osxpkg-identifier-prefix IDENTIFIER_PREFIX``
325-
- (osxpkg only) Reverse domain prefix prepended to package identifier, ie. 'org.great.my'. If this is omitted, the identifer will be the package name.
325+
- (osxpkg only) Reverse domain prefix prepended to package identifier, ie. 'org.great.my'. If this is omitted, the identifier will be the package name.
326326

327327
* ``--osxpkg-ownership OWNERSHIP``
328328
- (osxpkg only) --ownership option passed to pkgbuild. Defaults to 'recommended'. See pkgbuild(1).
@@ -556,16 +556,16 @@ General Options
556556
- (rpm only) Adds a custom tag in the spec file as is. Example: --rpm-tag 'Requires(post): /usr/sbin/alternatives'
557557

558558
* ``--rpm-trigger-after-install '[OPT]PACKAGE: FILEPATH'``
559-
- (rpm only) Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
559+
- (rpm only) Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma separated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
560560

561561
* ``--rpm-trigger-after-target-uninstall '[OPT]PACKAGE: FILEPATH'``
562-
- (rpm only) Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
562+
- (rpm only) Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma separated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
563563

564564
* ``--rpm-trigger-before-install '[OPT]PACKAGE: FILEPATH'``
565-
- (rpm only) Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
565+
- (rpm only) Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma separated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
566566

567567
* ``--rpm-trigger-before-uninstall '[OPT]PACKAGE: FILEPATH'``
568-
- (rpm only) Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
568+
- (rpm only) Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma separated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
569569

570570
* ``--[no-]rpm-use-file-permissions``
571571
- (rpm only) Use existing file permissions when defining ownership and modes.
@@ -595,7 +595,7 @@ General Options
595595
- (solaris only) Set the user to USER in the prototype files.
596596

597597
* ``--source-date-epoch-default SOURCE_DATE_EPOCH_DEFAULT``
598-
- If no release date otherwise specified, use this value as timestamp on generated files to reduce nondeterminism. Reproducible build environments such as dpkg-dev and rpmbuild set this via envionment variable SOURCE_DATE_EPOCH variable to the integer unix timestamp to use in generated archives, and expect tools like fpm to use it as a hint to avoid nondeterministic output. This is a Unix timestamp, i.e. number of seconds since 1 Jan 1970 UTC. See https://reproducible-builds.org/specs/source-date-epoch
598+
- If no release date otherwise specified, use this value as timestamp on generated files to reduce nondeterminism. Reproducible build environments such as dpkg-dev and rpmbuild set this via environment variable SOURCE_DATE_EPOCH variable to the integer unix timestamp to use in generated archives, and expect tools like fpm to use it as a hint to avoid nondeterministic output. This is a Unix timestamp, i.e. number of seconds since 1 Jan 1970 UTC. See https://reproducible-builds.org/specs/source-date-epoch
599599

600600
* ``--source-date-epoch-from-changelog``
601601
- Use release date from changelog as timestamp on generated files to reduce nondeterminism. Experimental; only implemented for gem so far.
@@ -634,7 +634,7 @@ General Options
634634
- (virtualenv only) PyPi Server uri for retrieving packages.
635635

636636
* ``--virtualenv-pypi-extra-url PYPI_EXTRA_URL``
637-
- (virtualenv only) PyPi extra-index-url for pointing to your priviate PyPi
637+
- (virtualenv only) PyPi extra-index-url for pointing to your private PyPi
638638

639639
* ``--[no-]virtualenv-setup-install``
640640
- (virtualenv only) After building virtualenv run setup.py install useful when building a virtualenv for packages and including their requirements from
@@ -816,7 +816,7 @@ osxpkg
816816
* ``--osxpkg-dont-obsolete DONT_OBSOLETE_PATH``
817817
- A file path for which to 'dont-obsolete' in the built PackageInfo. Can be specified multiple times.
818818
* ``--osxpkg-identifier-prefix IDENTIFIER_PREFIX``
819-
- Reverse domain prefix prepended to package identifier, ie. 'org.great.my'. If this is omitted, the identifer will be the package name.
819+
- Reverse domain prefix prepended to package identifier, ie. 'org.great.my'. If this is omitted, the identifier will be the package name.
820820
* ``--osxpkg-ownership OWNERSHIP``
821821
- --ownership option passed to pkgbuild. Defaults to 'recommended'. See pkgbuild(1).
822822
* ``--[no-]osxpkg-payload-free``
@@ -992,13 +992,13 @@ rpm
992992
* ``--rpm-tag TAG``
993993
- Adds a custom tag in the spec file as is. Example: --rpm-tag 'Requires(post): /usr/sbin/alternatives'
994994
* ``--rpm-trigger-after-install '[OPT]PACKAGE: FILEPATH'``
995-
- Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
995+
- Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma separated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
996996
* ``--rpm-trigger-after-target-uninstall '[OPT]PACKAGE: FILEPATH'``
997-
- Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
997+
- Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma separated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
998998
* ``--rpm-trigger-before-install '[OPT]PACKAGE: FILEPATH'``
999-
- Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
999+
- Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma separated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
10001000
* ``--rpm-trigger-before-uninstall '[OPT]PACKAGE: FILEPATH'``
1001-
- Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
1001+
- Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma separated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
10021002
* ``--[no-]rpm-use-file-permissions``
10031003
- Use existing file permissions when defining ownership and modes.
10041004
* ``--rpm-user USER``
@@ -1052,7 +1052,7 @@ virtualenv
10521052
* ``--virtualenv-pypi PYPI_URL``
10531053
- PyPi Server uri for retrieving packages.
10541054
* ``--virtualenv-pypi-extra-url PYPI_EXTRA_URL``
1055-
- PyPi extra-index-url for pointing to your priviate PyPi
1055+
- PyPi extra-index-url for pointing to your private PyPi
10561056
* ``--[no-]virtualenv-setup-install``
10571057
- After building virtualenv run setup.py install useful when building a virtualenv for packages and including their requirements from
10581058
* ``--[no-]virtualenv-system-site-packages``

docs/packages/cli/osxpkg.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
* ``--osxpkg-dont-obsolete DONT_OBSOLETE_PATH``
22
- A file path for which to 'dont-obsolete' in the built PackageInfo. Can be specified multiple times.
33
* ``--osxpkg-identifier-prefix IDENTIFIER_PREFIX``
4-
- Reverse domain prefix prepended to package identifier, ie. 'org.great.my'. If this is omitted, the identifer will be the package name.
4+
- Reverse domain prefix prepended to package identifier, ie. 'org.great.my'. If this is omitted, the identifier will be the package name.
55
* ``--osxpkg-ownership OWNERSHIP``
66
- --ownership option passed to pkgbuild. Defaults to 'recommended'. See pkgbuild(1).
77
* ``--[no-]osxpkg-payload-free``

docs/packages/cli/rpm.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
* ``--rpm-tag TAG``
5252
- Adds a custom tag in the spec file as is. Example: --rpm-tag 'Requires(post): /usr/sbin/alternatives'
5353
* ``--rpm-trigger-after-install '[OPT]PACKAGE: FILEPATH'``
54-
- Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
54+
- Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma separated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
5555
* ``--rpm-trigger-after-target-uninstall '[OPT]PACKAGE: FILEPATH'``
56-
- Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
56+
- Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma separated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
5757
* ``--rpm-trigger-before-install '[OPT]PACKAGE: FILEPATH'``
58-
- Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
58+
- Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma separated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
5959
* ``--rpm-trigger-before-uninstall '[OPT]PACKAGE: FILEPATH'``
60-
- Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma seperated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
60+
- Adds a rpm trigger script located in FILEPATH, having 'OPT' options and linking to 'PACKAGE'. PACKAGE can be a comma separated list of packages. See: http://rpm.org/api/4.4.2.2/triggers.html
6161
* ``--[no-]rpm-use-file-permissions``
6262
- Use existing file permissions when defining ownership and modes.
6363
* ``--rpm-user USER``

docs/packages/cli/virtualenv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* ``--virtualenv-pypi PYPI_URL``
1212
- PyPi Server uri for retrieving packages.
1313
* ``--virtualenv-pypi-extra-url PYPI_EXTRA_URL``
14-
- PyPi extra-index-url for pointing to your priviate PyPi
14+
- PyPi extra-index-url for pointing to your private PyPi
1515
* ``--[no-]virtualenv-setup-install``
1616
- After building virtualenv run setup.py install useful when building a virtualenv for packages and including their requirements from
1717
* ``--[no-]virtualenv-system-site-packages``

docs/packages/dir.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The above shell will find the latest version of ``kubectl`` and download it. We'
4040

4141
.. note::
4242
We use ``${version#v*}`` in our shell to set the package version. This is
43-
because Kuberenetes versions have a text that starts with "v" and this is not
43+
because Kubernetes versions have a text that starts with "v" and this is not
4444
valid in Debian packages. This will turn "v1.2.3" into "1.2.3" for our package.
4545

4646
Now we can check our package to make sure it looks the way we want::

docs/packages/pleaserun.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pleaserun - Pleaserun services
22
==============================
33

4-
Pleaserun helps generate service definitions for a variety of service manangers
4+
Pleaserun helps generate service definitions for a variety of service managers
55
such as systemd and sysv.
66

77
When used as an input, fpm will generate a package that include multiple service

lib/fpm/command.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def help(*args)
240240

241241
option "--source-date-epoch-default", "SOURCE_DATE_EPOCH_DEFAULT",
242242
"If no release date otherwise specified, use this value as timestamp on generated files to reduce nondeterminism. " \
243-
"Reproducible build environments such as dpkg-dev and rpmbuild set this via envionment variable SOURCE_DATE_EPOCH " \
243+
"Reproducible build environments such as dpkg-dev and rpmbuild set this via environment variable SOURCE_DATE_EPOCH " \
244244
"variable to the integer unix timestamp to use in generated archives, " \
245245
"and expect tools like fpm to use it as a hint to avoid nondeterministic output. " \
246246
"This is a Unix timestamp, i.e. number of seconds since 1 Jan 1970 UTC. " \

lib/fpm/package.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def to_s
4444

4545
# The epoch version of this package
4646
# This is used most when an upstream package changes it's versioning
47-
# style so standard comparisions wouldn't work.
47+
# style so standard comparisons wouldn't work.
4848
attr_accessor :epoch
4949

5050
# The iteration of this package.
@@ -180,7 +180,7 @@ def initialize
180180
@attrs = {}
181181

182182
build_path
183-
# Dont' initialize staging_path just yet, do it lazily so subclass can get a word in.
183+
# Don't initialize staging_path just yet, do it lazily so subclass can get a word in.
184184
end # def initialize
185185

186186
# Get the 'type' for this instance.

0 commit comments

Comments
 (0)