diff --git a/client/src/components/Workflow/WorkflowList.vue b/client/src/components/Workflow/WorkflowList.vue
index 17d0be88862..c7918396772 100644
--- a/client/src/components/Workflow/WorkflowList.vue
+++ b/client/src/components/Workflow/WorkflowList.vue
@@ -96,9 +96,9 @@ returned. So name:'RNAseq' would show only workflows named exactly
tag
This filters only against the workflow tag. You may also just click on a tag in your list of workflows to filter on that tag using this directly.
is:published
- This filters the workflows such that only published workflows are shown. You may also just click on the "published" icon of a worklfow in your list to filter on this directly.
+ This filters the workflows such that only published workflows are shown. You may also just click on the "published" icon of a workflow in your list to filter on this directly.
is:shared
- This filters the workflows such that only workflows shared from another user directly with you are are shown. You may also just click on the "shared with me" icon of a worklfow in your list to filter on this directly.
+ This filters the workflows such that only workflows shared from another user directly with you are are shown. You may also just click on the "shared with me" icon of a workflow in your list to filter on this directly.
`;
diff --git a/lib/galaxy/webapps/galaxy/api/workflows.py b/lib/galaxy/webapps/galaxy/api/workflows.py
index 2f919c8e45d..d194b71fd30 100644
--- a/lib/galaxy/webapps/galaxy/api/workflows.py
+++ b/lib/galaxy/webapps/galaxy/api/workflows.py
@@ -1663,7 +1663,7 @@ class FastAPIWorkflows:
@router.post(
"/api/invocations/{invocation_id}/prepare_store_download",
- summary="Prepare a worklfow invocation export-style download.",
+ summary="Prepare a workflow invocation export-style download.",
)
def prepare_store_download(
self,
@@ -1679,7 +1679,7 @@ class FastAPIWorkflows:
@router.post(
"/api/invocations/{invocation_id}/write_store",
- summary="Prepare a worklfow invocation export-style download and write to supplied URI.",
+ summary="Prepare a workflow invocation export-style download and write to supplied URI.",
)
def write_store(
self,
diff --git a/tools/expression_tools/pick_value.xml b/tools/expression_tools/pick_value.xml
index 0440b2c12af..427fe94c771 100644
--- a/tools/expression_tools/pick_value.xml
+++ b/tools/expression_tools/pick_value.xml
@@ -166,7 +166,7 @@ are non-null.
inputs are non-null.
- "Pick first value (or fail)" will cause the tool execution to fail if none of the selections are
non-null. This can be important because it provides a clearer indication that something went
-wrong and can prevent the further evaluation of a worklfow.
+wrong and can prevent the further evaluation of a workflow.
- "Pick only value" is like "First value (or fail)" in that it will cause an error if none of the
inputs are non-null but it will go further to ensure that exactly one value is non-null. When
building conditonal paths through a workflow this can ensure that at most one path is