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