diff options
| author | Swapnil <[email protected]> | 2018-10-31 02:01:54 +0530 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2018-10-30 13:31:54 -0700 |
| commit | 7eb7367017e7a2c14c2e93e4f58656ab0bc28638 (patch) | |
| tree | 66b8989d8956420873f07dc04cebcddc907bdb40 | |
| parent | 4aa98db8a5ea828122272fa32b5fc20c78329717 (diff) | |
Fix typo in the word acceptable (#300)
| -rw-r--r-- | avstream/avssamp/audio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avstream/avssamp/audio.cpp b/avstream/avssamp/audio.cpp index cc35f869..579fa002 100644 --- a/avstream/avssamp/audio.cpp +++ b/avstream/avssamp/audio.cpp @@ -358,7 +358,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: |
