gst_all_1.gst-plugins-good: fix comment typo

Fix typo that I missed in my last PR: support -> supported
This commit is contained in:
Ben Wolsieffer 2023-07-27 17:10:25 -04:00 committed by GitHub
parent e0d40b9473
commit b62bafb08f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@
, enableDocumentation ? stdenv.hostPlatform == stdenv.buildPlatform, hotdoc
}:
# MMAL is not support on aarch64, see:
# MMAL is not supported on aarch64, see:
# https://github.com/raspberrypi/userland/issues/688
assert raspiCameraSupport -> (stdenv.isLinux && stdenv.isAarch32);