aboutsummaryrefslogtreecommitdiffstats
path: root/entity/dag/operation_pack.go
diff options
context:
space:
mode:
authorSteve Moyer <smoyer1@selesy.com>2023-02-16 09:45:53 -0500
committerGitHub <noreply@github.com>2023-02-16 09:45:53 -0500
commit55e4046b4bb77139e25ee6ad7adcfc829d4e6ba5 (patch)
tree2c09f86115b08ca3484f7b1b69f4836daf18f693 /entity/dag/operation_pack.go
parent1ae31b342b57ace44131f5ecd03c506814a25e62 (diff)
parent92f632114b4b6b3892d7872b21844283631c73c4 (diff)
downloadgit-bug-55e4046b4bb77139e25ee6ad7adcfc829d4e6ba5.tar.gz
Merge pull request #1008 from yarikoptic/enh-codespell
Fix typos, provide configuration and github workflow for codespell
Diffstat (limited to 'entity/dag/operation_pack.go')
-rw-r--r--entity/dag/operation_pack.go2
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 {