diff options
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-x | bin/chroot-installation.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index ecc9959a..f86febed 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -309,7 +309,7 @@ if [ "$DISTRO" = "sid" ] ; then cat $TMPFILE fi if ! cat /etc/debian_version | grep -q ^8 ; then - echo "Warning: seems Stretch has been released, please revisit the list of transitional packages to ignore…" + echo "Warning: It seems Stretch has been released, please revisit the list of transitional packages to ignore…" fi fi |