Skip to content

Commit 733dab5

Browse files
committed
fix spelling
1 parent 368fe17 commit 733dab5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.config/dictionaries/project.dic

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dcbor
5555
decompressor
5656
delegators
5757
dleq
58+
dlog
5859
dockerhub
5960
Dominik
6061
dotenv
@@ -105,6 +106,7 @@ ideascale
105106
idents
106107
IFMT
107108
Intellij
109+
inversed
108110
ioerr
109111
iohk
110112
ipfs

rust/catalyst-voting/src/crypto/zk_dl_equality.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//! points `point_1` and `point_2`. The witness, on the other hand
1111
//! is the discrete logarithm, `dlog`.
1212
13-
// cspell: words NIZK dlog
13+
// cspell: words NIZK
1414

1515
use crate::crypto::{
1616
group::{GroupElement, Scalar},

0 commit comments

Comments
 (0)