mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 06:16:30 +03:00
Add scripts/codespell.sh and spellcheck
This commit is contained in:
@@ -480,7 +480,7 @@ mod tests {
|
||||
static CTEXT_SIGNED: OnceCell<String> = OnceCell::const_new();
|
||||
static CTEXT_UNSIGNED: OnceCell<String> = OnceCell::const_new();
|
||||
|
||||
/// A cyphertext encrypted to Alice & Bob, signed by Alice.
|
||||
/// A ciphertext encrypted to Alice & Bob, signed by Alice.
|
||||
async fn ctext_signed() -> &'static String {
|
||||
CTEXT_SIGNED
|
||||
.get_or_init(|| async {
|
||||
@@ -495,7 +495,7 @@ mod tests {
|
||||
.await
|
||||
}
|
||||
|
||||
/// A cyphertext encrypted to Alice & Bob, not signed.
|
||||
/// A ciphertext encrypted to Alice & Bob, not signed.
|
||||
async fn ctext_unsigned() -> &'static String {
|
||||
CTEXT_UNSIGNED
|
||||
.get_or_init(|| async {
|
||||
|
||||
Reference in New Issue
Block a user