diff options
| author | Swapnil <[email protected]> | 2018-10-31 02:03:24 +0530 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2018-10-30 13:33:24 -0700 |
| commit | d43f241cff2ad83c7340269f98249825ab73ad21 (patch) | |
| tree | b4d9865c6006e224465d482c3e4e163332d5399c | |
| parent | 7a3509815b86c721d69aa64005b01cbcf55ff628 (diff) | |
Fix typo in the word acceptable (#299)
| -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 f23ec0e7..e998ac1b 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: |
