diff --git a/contrib/mingw/ChangeLog b/contrib/mingw/ChangeLog index fd7d4b75e7..a4b6e4889e 100644 --- a/contrib/mingw/ChangeLog +++ b/contrib/mingw/ChangeLog @@ -1,3 +1,7 @@ +2007-05-21 Joel Sherrill + + * build-rpms.sh: Fix typos. + 2006-08-07 Chris Johns * build.sh: Log the script command lines. diff --git a/contrib/mingw/build-rpms.sh b/contrib/mingw/build-rpms.sh index 451358d864..22e079e65d 100755 --- a/contrib/mingw/build-rpms.sh +++ b/contrib/mingw/build-rpms.sh @@ -6,7 +6,7 @@ # # This script builds the RTEMS tools into RPM packages on a Linux Fedora host, # and supports Canadian cross builds to other hosts. It is light sugar around -# the fine work of Ralf Corsepius thats actuallt builds the RPM files. +# the fine work of Ralf Corsepius thats actually builds the RPM files. # # We build all the targets for a given host. # @@ -186,9 +186,9 @@ if [ $local_rpm_database = yes ]; then check "making the local RPM database directory: var/lib" fi if [ $clean = yes -o ! -e var/lib/rpmPackages ]; then - echo "Coping RPM database to a local RPM database" + echo "Copying RPM database to a local RPM database" $cp -r /var/lib/rpm var/lib/rpm - check "coping the RPM database to the local database" + check "copying the RPM database to the local database" fi fi