diff options
-rwxr-xr-x | bin/realtime-suggestions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/realtime-suggestions b/bin/realtime-suggestions index 232e17a..cc552fe 100755 --- a/bin/realtime-suggestions +++ b/bin/realtime-suggestions @@ -119,7 +119,7 @@ check_config_no_hz() { if [ -e "${kernel_config}" ]; then for config in "${configs[@]}"; do if ! zgrep -q "$config" "$kernel_config"; then - echo "$change $config1 needs to be set for your kernel for 'dynamic ticks' support $config_ref." + echo "$change $config needs to be set for your kernel for 'dynamic ticks' support $config_ref." fi done else |