changeset 5694:3bc15e38c7e8 sr-v2

Typo fix
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 12 Feb 2024 14:43:31 +0100
parents 9e9cedae718a
children ef80748ae4f3
files pkg/common/delta.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 {