From 3bafe3532bef1dd02331ccdfe735df8c8e427635 Mon Sep 17 00:00:00 2001 From: Mark Kendall Date: Thu, 29 Mar 2012 08:16:42 +0100 Subject: [PATCH] Fix a typo in cec-config. --- src/cec-config/cec-config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1