summaryrefslogtreecommitdiffstats
path: root/src/debputy/plugin/api/test_api/test_spec.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/debputy/plugin/api/test_api/test_spec.py')
-rw-r--r--src/debputy/plugin/api/test_api/test_spec.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debputy/plugin/api/test_api/test_spec.py b/src/debputy/plugin/api/test_api/test_spec.py
index b05f7ed..0c0c6bc 100644
--- a/src/debputy/plugin/api/test_api/test_spec.py
+++ b/src/debputy/plugin/api/test_api/test_spec.py
@@ -61,7 +61,7 @@ def build_virtual_file_system(
... )
True
- Any string provided will be pased to `virtual_path` using all defaults for other parameters, making `str`
+ Any string provided will be passed to `virtual_path` using all defaults for other parameters, making `str`
arguments a nice easy shorthand if you just want a path to exist, but do not really care about it otherwise
(or `virtual_path_def` defaults happens to work for you).
@@ -158,7 +158,7 @@ class RegisteredPackagerProvidedFile(metaclass=ABCMeta):
installed_path: str
"""The mode that debputy will give these files when installed (unless overridden)"""
default_mode: int
- """The default priority assigned to files unless overriden (if priories are assigned at all)"""
+ """The default priority assigned to files unless overridden (if priories are assigned at all)"""
default_priority: Optional[int]
"""The filename format to be used"""
filename_format: Optional[str]