diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2023-01-23 10:38:55 -0500 |
---|---|---|
committer | Yaroslav Halchenko <debian@onerussian.com> | 2023-01-23 10:38:55 -0500 |
commit | 1af335f9132ed441d0ee89af5e494bba9a401377 (patch) | |
tree | b40f6c98e561a269fa0aa1c1ce469dc9cebb9257 /entity | |
parent | b0ea26df494b9a66d4c860300b72ac2eb526db8f (diff) | |
download | git-bug-1af335f9132ed441d0ee89af5e494bba9a401377.tar.gz |
[DATALAD RUNCMD] Run codespell -w
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
Diffstat (limited to 'entity')
-rw-r--r-- | entity/dag/operation_pack.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/dag/operation_pack.go b/entity/dag/operation_pack.go index cc6c81f4..c999ff23 100644 --- a/entity/dag/operation_pack.go +++ b/entity/dag/operation_pack.go @@ -82,7 +82,7 @@ func (opp *operationPack) Validate() error { } // Write writes the OperationPack in git, with zero, one or more parent commits. -// If the repository has a keypair able to sign (that is, with a private key), the resulting commit is signed with that key. +// If the repository has a key pair able to sign (that is, with a private key), the resulting commit is signed with that key. // Return the hash of the created commit. func (opp *operationPack) Write(def Definition, repo repository.Repo, parentCommit ...repository.Hash) (repository.Hash, error) { if err := opp.Validate(); err != nil { |