Fixed typo

This commit is contained in:
Andreas Eversberg
2017-10-03 10:23:04 +02:00
parent 595fd845e0
commit ae29f84ed7

View File

@@ -93,7 +93,7 @@ void sdr_config_print_help(void)
void sdr_config_print_hotkeys(void)
{
printf("Press 'i' key to toggle display of RX I/Q vector.\n");
printf("Press 'q' key to toggle display of RX I/Q vector.\n");
printf("Press 's' key to toggle display of RX spectrum.\n");
}