Skip to content

Commit a6071d8

Browse files
authored
Update typos (#19)
1 parent f6795aa commit a6071d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
- id: no-commit-to-branch
2929
args: [--branch, main]
3030
- repo: https://github.com/crate-ci/typos
31-
rev: v1.29.3
31+
rev: v1.30.3
3232
hooks:
3333
- id: typos
3434
- repo: https://github.com/Lucas-C/pre-commit-hooks

apple/swift_homomorphic_encryption/v1/he.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024 Apple Inc. and the Swift Homomorphic Encryption project authors
1+
// Copyright 2024-2025 Apple Inc. and the Swift Homomorphic Encryption project authors
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -52,7 +52,7 @@ message SerializedSeededCiphertext {
5252
message SerializedFullCiphertext {
5353
// The polynomials in the ciphertext.
5454
bytes polys = 1;
55-
// Serialization may exclude low bits from each polyomial's coefficients, yielding reduced serialization size.
55+
// Serialization may exclude low bits from each polynomial's coefficients, yielding reduced serialization size.
5656
//
5757
// The i'th entry tells how many bits to exclude from each coefficient of the i'th polynomial
5858
// This is useful when the ciphertext is immediately decrypted upon deserialization.

0 commit comments

Comments
 (0)