# HG changeset patch # User Sascha L. Teichmann # Date 1707745411 -3600 # Node ID 3bc15e38c7e8bfd8e14112660a1f18f754056b00 # Parent 9e9cedae718a4a8336ff12e847409276b8847edf Typo fix diff -r 9e9cedae718a -r 3bc15e38c7e8 pkg/common/delta.go --- a/pkg/common/delta.go Mon Feb 12 14:38:10 2024 +0100 +++ b/pkg/common/delta.go Mon Feb 12 14:43:31 2024 +0100 @@ -24,7 +24,7 @@ } } -// InvDelta is the inverse function to Delta. A squence of numbers +// InvDelta is the inverse function to Delta. A sequence of numbers // fed into the function generated by InvDelta restores // the values fed into the function generated by Delta. func InvDelta() func(int64) int64 {