diff options
| -rw-r--r-- | debian/live-boot.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/live-boot.init b/debian/live-boot.init index f8471b6..6d90059 100644 --- a/debian/live-boot.init +++ b/debian/live-boot.init @@ -175,7 +175,7 @@ do_stop () MESSAGE="Please remove the USB flash drive" else # ejecting is a very good idea here - MESSAGE="Please remove the disc, close the the tray (if any)" + MESSAGE="Please remove the disc, close the tray (if any)" if [ -x /usr/bin/eject ] then |
