summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-21 19:27:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-21 19:27:34 +0000
commit4741b0b203c9b81caa1d0b9800cc34ce9287d92f (patch)
treed139b867658d0711b0f14cd068b4a6c12ed47ec7 /contrib
parentAdd --libexecdir. (diff)
downloadrtems-4741b0b203c9b81caa1d0b9800cc34ce9287d92f.tar.bz2
2007-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* build-rpms.sh: Fix typos.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/mingw/ChangeLog4
-rwxr-xr-xcontrib/mingw/build-rpms.sh6
2 files changed, 7 insertions, 3 deletions
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 <joel.sherrill@oarcorp.com>
+
+ * build-rpms.sh: Fix typos.
+
2006-08-07 Chris Johns <chrisj@rtems.org>
* 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