Skip to content

Commit 2fbd118

Browse files
chore(deps): update pre-commit hook crate-ci/typos to v1.38.1 (#656)
* chore(deps): update pre-commit hook crate-ci/typos to v1.38.1 * fix typos --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matthias Schoettle <git@mattsch.com>
1 parent 99535c6 commit 2fbd118

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ repos:
7676
types: [python]
7777

7878
- repo: https://github.com/crate-ci/typos
79-
rev: v1.36.2
79+
rev: v1.38.1
8080
hooks:
8181
- id: typos
8282

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Follow the guide to [generate self-signed certificates](https://opalmedapps.gitl
161161
To enable TLS in MariaDB and all application containers:
162162

163163
1. In the `.env` file, set `USE_SSL=1` and fill in the `SSL_CA` variable with the path to the public key of the certificate authority file (e.g., `/certs/ca.pem`).
164-
Note that this file needs to be accessible inside the containers (the setup provides a volume moount from `./certs` to `/certs` already).
164+
Note that this file needs to be accessible inside the containers (the setup provides a volume mount from `./certs` to `/certs` already).
165165

166166
1. Finally, copy the docker compose SSL override file so that it automatically applies when running compose commands:
167167

db_management/opaldb/revision_data/OpalDB_views_functions_events_procs.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ CLOSE CUR_SESVAR;
731731

732732
Set wsLOG_TIME = (select UNIX_TIMESTAMP());
733733

734-
#Summerizing:
734+
# Summarizing:
735735
select "Log Time" as "Parameter", from_unixtime(wsLOG_TIME) as "Value" union
736736
select "Global Buffers",CONCAT(GLOBAL_SUM/(1024*1024),' M') union
737737
select "Per Thread",CONCAT(PER_THREAD_SUM/(1024*1024),' M') union

0 commit comments

Comments
 (0)