diff options
| author | Adonais Romero Gonzalez <[email protected]> | 2018-12-18 16:50:55 -0800 |
|---|---|---|
| committer | Adonais Romero Gonzalez <[email protected]> | 2018-12-18 16:50:55 -0800 |
| commit | 235421020861aa1cca3f1d5cd2fd4f27f0f247e8 (patch) | |
| tree | f4f4891dfd03e68b97d15628a2e5a074a79521ad | |
| parent | 5a1b50c6e9a3297a96a3f7a5cfa35410ce5e57b7 (diff) | |
Fix typo
| -rw-r--r-- | avstream/avshws/capture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avstream/avshws/capture.cpp b/avstream/avshws/capture.cpp index 06bf7643..d68ce1da 100644 --- a/avstream/avshws/capture.cpp +++ b/avstream/avshws/capture.cpp @@ -1079,7 +1079,7 @@ Routine Description: selected in order to change the format for the pin. In this case, OldFormat will not be NULL. - Validate that the format is acceptible and perform the actions necessary + Validate that the format is acceptable and perform the actions necessary to change format if appropriate. Arguments: |
