Index: openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl,v diff -u -r1.68.2.18 -r1.68.2.19 --- openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl 30 May 2023 10:01:46 -0000 1.68.2.18 +++ openacs-4/packages/xotcl-core/tcl/bgdelivery-procs.tcl 15 Jul 2024 11:41:30 -0000 1.68.2.19 @@ -575,7 +575,7 @@ # we have to obtain the size from the file; unfortunately, this # requires a duplicate open+close of the h264 stream. If the # application is performance sensitive, one might consider to use - # the possibly incorrect size form the filesystem instead (works + # the possibly incorrect size from the filesystem instead (works # perfectly for e.g. flowplayer) if {[catch {set handle [h264open $filename $query]} errorMsg]} { ns_log error "h264: error opening h264 channel for $filename $query: $errorMsg"