1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-09-16 09:36:18 +02:00

chore: fix some typos in comments (#1272)

chore: fix typo in comment

Signed-off-by: camcui <cuishua@sina.cn>
This commit is contained in:
camcui
2024-04-13 22:42:27 +08:00
committed by GitHub
parent c450546630
commit 95e7584c9a

View File

@@ -32,7 +32,7 @@ func Parse(s string) (int64, int64, error) {
start, end := textproto.TrimString(ra[:i]), textproto.TrimString(ra[i+1:])
if start == "" {
// Don't support ranges without start since it looks like FFmpeg doen't use ones
// Don't support ranges without start since it looks like FFmpeg doesn't use ones
return 0, 0, errors.New("invalid range")
}