Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Seizan Shimazaki committed Oct 7, 2014
1 parent b06e430 commit e69fd80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ubuntu-12.04-docker/scripts/cleanup.sh
@@ -1,7 +1,7 @@
apt-get -y autoremove
apt-get -y clean

echo "cleaning up gest additions"
echo "cleaning up guest additions"
rm -rf VBoxGuestAdditions_*.iso VBoxGuestAdditions_*.iso.?

echo "cleaning up dhcp leases"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-12.04/scripts/cleanup.sh
@@ -1,7 +1,7 @@
apt-get -y autoremove
apt-get -y clean

echo "cleaning up gest additions"
echo "cleaning up guest additions"
rm -rf VBoxGuestAdditions_*.iso VBoxGuestAdditions_*.iso.?

echo "cleaning up dhcp leases"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-13.10/scripts/cleanup.sh
@@ -1,7 +1,7 @@
apt-get -y autoremove
apt-get -y clean

echo "cleaning up gest additions"
echo "cleaning up guest additions"
rm -rf VBoxGuestAdditions_*.iso VBoxGuestAdditions_*.iso.?

echo "cleaning up dhcp leases"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-14.04/scripts/cleanup.sh
@@ -1,7 +1,7 @@
apt-get -y autoremove
apt-get -y clean

echo "cleaning up gest additions"
echo "cleaning up guest additions"
rm -rf VBoxGuestAdditions_*.iso VBoxGuestAdditions_*.iso.?

echo "cleaning up dhcp leases"
Expand Down

0 comments on commit e69fd80

Please sign in to comment.