rodata cleanup. "unable to" == "cannot". -300 bytes
[oweals/busybox.git] / coreutils / stty.c
index 8c16c27a900e7b4ee78632d90d361d7fde0cb66e..22784a2601200db76cee6545b61380b67a8b030e 100644 (file)
@@ -917,7 +917,7 @@ end_option:
                        new_mode.c_cflag &= (~CIBAUD);
                        if (speed_was_set || memcmp(&mode, &new_mode, sizeof(mode)) != 0)
 #endif
-                               perror_on_device_and_die ("%s: unable to perform all requested operations");
+                               perror_on_device_and_die("%s: cannot perform all requested operations");
                }
        }