Fix several 'to to' redundant word typos.

This commit is contained in:
Dannon Baker
2021-10-21 12:28:45 -04:00
parent 31e6b32221
commit 2dd0eed46b
4 changed files with 5 additions and 5 deletions
@@ -35,7 +35,7 @@
<p>
<b
><a class="export-link" href="#" @click.prevent="regenerateExport"
>Click here to to generate a new archive for this history.</a
>Click here to generate a new archive for this history.</a
></b
>
</p>
+1 -1
View File
@@ -5520,7 +5520,7 @@ Examples are included in the test tools directory including:
<xs:extension base="xs:string">
<xs:attribute name="interpreter" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en"><![CDATA[*Deprecated*. This will prefix the version command with the value of this attribute (e.g. ``python`` or ``perl``) and the tool directory, in order to to run an executable file shipped with the tool. It is recommended to instead use ``<interpreter> '$__tool_directory__/<executable_name>'`` in the tag content. If this attribute is not specified, the tag should contain a Bash command calling executable(s) available in the ``$PATH``, as modified after loading the requirements.]]></xs:documentation>
<xs:documentation xml:lang="en"><![CDATA[*Deprecated*. This will prefix the version command with the value of this attribute (e.g. ``python`` or ``perl``) and the tool directory, in order to run an executable file shipped with the tool. It is recommended to instead use ``<interpreter> '$__tool_directory__/<executable_name>'`` in the tag content. If this attribute is not specified, the tag should contain a Bash command calling executable(s) available in the ``$PATH``, as modified after loading the requirements.]]></xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
+2 -2
View File
@@ -456,8 +456,8 @@ class GalaxyWebTransaction(base.DefaultWebTransaction, context.ProvidesHistoryCo
# We'll end up creating a new galaxy_session
session_key = None
# If remote user is in use it can invalidate the session and in some
# cases won't have a cookie set above, so we need to to check some
# things now.
# cases won't have a cookie set above, so we need to check some things
# now.
if self.app.config.use_remote_user:
remote_user_email = self.environ.get(self.app.config.remote_user_header, None)
if galaxy_session:
+1 -1
View File
@@ -298,7 +298,7 @@ function perform_stable_merge() {
log_exec git merge -m "Merge branch 'release_${RELEASE_CURR}' into '${STABLE_BRANCH}'" "__release_${RELEASE_CURR}"
PUSH_BRANCHES+=("__stable:${STABLE_BRANCH}")
else
log "Release '${RELEASE_CURR}' < stable branch release '${stable}', skipping merge to to '${STABLE_BRANCH}'"
log "Release '${RELEASE_CURR}' < stable branch release '${stable}', skipping merge to '${STABLE_BRANCH}'"
fi
git checkout "$branch_curr"
}