diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vsp-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vsp-lib.sh b/scripts/vsp-lib.sh index 6904f3a..4f2c54d 100755 --- a/scripts/vsp-lib.sh +++ b/scripts/vsp-lib.sh @@ -105,7 +105,7 @@ reference_frame() { # gen-image doesn't support processing HSV input images. The good news # is that the HSV tests that take HSV images as inputs don't need to - # perform any processing. We can set the input format to RGB for HSB + # perform any processing. We can set the input format to RGB for HSV # reference frame generation. case $in_format in HSV24 | HSV32) |