Fix a typo in cec-config.
[deb_libcec.git] / src / cec-config / cec-config.cpp
index b7a278beb354f6d598b184b2dd1bef41a6e6c017..d5f954eb7b5e2a4016ac55442fec033dde994c8c 100644 (file)
@@ -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 <enter>. 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 <enter>. Anything else will cancel this wizard.");
 
   string input;
   getline(cin, input);