summaryrefslogtreecommitdiffstats
path: root/src/debputy/plugin/debputy/binary_package_rules.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/debputy/plugin/debputy/binary_package_rules.py')
-rw-r--r--src/debputy/plugin/debputy/binary_package_rules.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debputy/plugin/debputy/binary_package_rules.py b/src/debputy/plugin/debputy/binary_package_rules.py
index 14d9b91..29c6136 100644
--- a/src/debputy/plugin/debputy/binary_package_rules.py
+++ b/src/debputy/plugin/debputy/binary_package_rules.py
@@ -96,7 +96,7 @@ def register_binary_package_rules(api: DebputyPluginInitializerProvider) -> None
`dpkg-gencontrol`.
The value for the `binary-version` key is a string that defines the binary version. Generally,
- you will want it to contain one of the versioned related substitution variables such as
+ you will want it to contain one of the versioned related substitution variables such as
`{{DEB_VERSION_UPSTREAM_REVISION}}`. Otherwise, you will have to remember to bump the version
manually with each upload as versions cannot be reused and the package would not support binNMUs
either.
@@ -257,7 +257,7 @@ def register_binary_package_rules(api: DebputyPluginInitializerProvider) -> None
manager integration determines that `reload` is not supported.
- `restart`: During an upgrade, `restart` the service post upgrade. The service
will be left running during the upgrade process.
- - `stop-then-start`: Stop the service before the upgrade, preform the upgrade and
+ - `stop-then-start`: Stop the service before the upgrade, perform the upgrade and
then start the service.
"""
),