From: Mark Kendall Date: Thu, 29 Mar 2012 07:16:42 +0000 (+0100) Subject: Fix a typo in cec-config. X-Git-Tag: upstream/2.2.0~1^2~31^2~38 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=3bafe3532bef1dd02331ccdfe735df8c8e427635;p=deb_libcec.git Fix a typo in cec-config. --- diff --git a/src/cec-config/cec-config.cpp b/src/cec-config/cec-config.cpp index b7a278b..d5f954e 100644 --- a/src/cec-config/cec-config.cpp +++ b/src/cec-config/cec-config.cpp @@ -244,7 +244,7 @@ int8_t FindPhysicalAddressPortNumber(void) cec_logical_address FindPhysicalAddressBaseDevice(void) { - PrintToStdOut("Press 1 of your CEC adapter is connected to your TV or\npress 2 if it's connected to an AVR, followed by . Anything else will cancel this wizard."); + PrintToStdOut("Press 1 if your CEC adapter is connected to your TV or\npress 2 if it's connected to an AVR, followed by . Anything else will cancel this wizard."); string input; getline(cin, input);