Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Chandler <wchandler@gitlab.com>2024-01-18 00:57:51 +0300
committerGitLab <noreply@gitlab.com>2024-01-18 00:57:51 +0300
commit72faf14d9551b706f46103d665d75099ea8b1b0c (patch)
tree85abb862a6a39219643585785869aa626964cffb /config.praefect.toml.example
parent2f1b99e352ec5c4e270e7ecb9e4234244bf37dee (diff)
parent36339ff6300a2cc727441aa897e2793bd2fcd98a (diff)
Merge branch 'xx/fix-typos' into 'master'
fix: Fix a collection of typos found by typos-cli See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/6594 Merged-by: Will Chandler <wchandler@gitlab.com> Approved-by: Evan Read <eread@gitlab.com> Co-authored-by: Xing Xin <xingxin.xx@bytedance.com>
Diffstat (limited to 'config.praefect.toml.example')
-rw-r--r--config.praefect.toml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.praefect.toml.example b/config.praefect.toml.example
index f7daaf128..99b83fdba 100644
--- a/config.praefect.toml.example
+++ b/config.praefect.toml.example
@@ -20,7 +20,7 @@ listen_addr = "127.0.0.1:2305"
# [logging]
# format = "json"
# # Optional: Set log level to only log entries with that severity or above
-# # One of, in order: debug, info, warn, errror, fatal, panic
+# # One of, in order: debug, info, warn, error, fatal, panic
# # Defaults to "info"
# level = "warn"
# [sentry]