From 7eb7367017e7a2c14c2e93e4f58656ab0bc28638 Mon Sep 17 00:00:00 2001 From: Swapnil Date: Wed, 31 Oct 2018 02:01:54 +0530 Subject: Fix typo in the word acceptable (#300) --- avstream/avssamp/audio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.3.1