mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix typos.
Typos found with codespell.
Please keep in mind that this should have impact on actual code
and must be carefully evaluated:
src/core/or/lttng_circuit.inc
- ctf_enum_value("CONTROLER", CIRCUIT_PURPOSE_CONTROLLER)
+ ctf_enum_value("CONTROLLER", CIRCUIT_PURPOSE_CONTROLLER)
This commit is contained in:
committed by
David Goulet
parent
e2d3c9c5f8
commit
4a0cd79588
@@ -461,7 +461,7 @@ fi
|
||||
if [[ "${STEM}" = "yes" ]]; then
|
||||
start_section "Stem"
|
||||
if [[ "${TOR_VER_AT_LEAST_044}" = 'yes' ]]; then
|
||||
# XXXX This shold probably be part some test-stem make target.
|
||||
# XXXX This should probably be part of some test-stem make target.
|
||||
if runcmd timelimit -p -t 520 -s USR1 -T 30 -S ABRT \
|
||||
python3 "${STEM_PATH}/run_tests.py" \
|
||||
--tor src/app/tor \
|
||||
|
||||
@@ -494,7 +494,7 @@ set_tor_github_pr_fetch_config
|
||||
fetch_remote "tor-github"
|
||||
|
||||
# GitLab remote
|
||||
printf "%s Seting up remote %s\\n" "$MARKER" "${BYEL}tor-gitlab${CNRM}"
|
||||
printf "%s Setting up remote %s\\n" "$MARKER" "${BYEL}tor-gitlab${CNRM}"
|
||||
add_remote "tor-gitlab" "$GITLAB_PULL"
|
||||
set_remote_push "tor-gitlab" "$GITLAB_PUSH"
|
||||
# Add custom fetch for MRs
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# To install this script, copy it to .git/hooks/pre-commit in local copy of
|
||||
# tor git repo and make sure it has permission to execute.
|
||||
#
|
||||
# This is pre-commit git hook script that prevents commiting your changeset if
|
||||
# This is pre-commit git hook script that prevents committing your changeset if
|
||||
# it fails our code formatting, changelog entry formatting, module include
|
||||
# rules, etc...
|
||||
|
||||
|
||||
@@ -70,7 +70,7 @@ LINE_OBVIOUSNESS_LIMIT = 4
|
||||
# Maximum line width. This includes a terminating newline character.
|
||||
#
|
||||
# (This is the maximum before encoding, so that if the the operating system
|
||||
# uses multiple characers to encode newline, that's still okay.)
|
||||
# uses multiple characters to encode newline, that's still okay.)
|
||||
LINE_WIDTH=80
|
||||
|
||||
class Problem(Exception):
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#
|
||||
|
||||
"""
|
||||
This program uses a set of plugable filters to inspect and transform
|
||||
This program uses a set of pluggable filters to inspect and transform
|
||||
our C code.
|
||||
"""
|
||||
|
||||
|
||||
@@ -153,7 +153,7 @@ This is an automated commit, generated by this command:
|
||||
if no_verify:
|
||||
msg += """
|
||||
It was generated with --no-verify, so it probably breaks some commit hooks.
|
||||
The commiter should be sure to fix them up in a subsequent commit.
|
||||
The committer should be sure to fix them up in a subsequent commit.
|
||||
"""
|
||||
|
||||
return msg
|
||||
|
||||
Reference in New Issue
Block a user