Skip to content

Commit 0cc024b

Browse files
committed
typoo
1 parent 1ee851b commit 0cc024b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/torchcodec/_core/CudaDeviceInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ std::optional<const AVCodec*> CudaDeviceInterface::findCodec(
355355
}
356356

357357
std::string CudaDeviceInterface::getDetails() {
358-
// Note: for this interface specificaly the fallback is only known after a
358+
// Note: for this interface specifically the fallback is only known after a
359359
// frame has been decoded, not before: that's when FFmpeg decides to fallback,
360360
// so we can't know earlier.
361361
return std::string("FFmpeg CUDA Device Interface. Using ") +

0 commit comments

Comments
 (0)