diff --git a/apple/src/FFprobeKit.h b/apple/src/FFprobeKit.h index dccb7de..94ae47e 100644 --- a/apple/src/FFprobeKit.h +++ b/apple/src/FFprobeKit.h @@ -274,7 +274,7 @@ *

Note that this method returns immediately and does not wait the execution to complete. You must use an * MediaInformationSessionCompleteCallback if you want to be notified about the result. * - * @param command FFprobe command that prints media information for a file in JSON format + * @param arguments FFprobe command that prints media information for a file in JSON format * @param completeCallback callback that will be notified when execution has completed * @param logCallback callback that will receive logs * @param queue dispatch queue that will be used to run this asynchronous operation