summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Santos <unixmania@gmail.com>2020-05-31 12:25:49 -0300
committerWaldemar Brodkorb <wbx@openadk.org>2020-06-06 18:05:23 +0200
commitbdd276c73c05f64340fd7fc33b557f0e88528df7 (patch)
tree5033009b18ac3c9b746080a8eb1fce2fa04a54e7
parent9329253739288b5da8a02344da957b7017da29e6 (diff)
Fix "program" spelling
Signed-off-by: Carlos Santos <unixmania@gmail.com>
-rw-r--r--package/gdb-arc/Makefile2
-rw-r--r--package/gdb-microblaze/Makefile2
-rw-r--r--package/gdb/Makefile2
-rw-r--r--package/gdbserver/Makefile2
-rwxr-xr-xscripts/prereq.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/package/gdb-arc/Makefile b/package/gdb-arc/Makefile
index 244535dff..2beb60e81 100644
--- a/package/gdb-arc/Makefile
+++ b/package/gdb-arc/Makefile
@@ -7,7 +7,7 @@ PKG_NAME:= gdb
PKG_VERSION:= arc-2018.03-release-gdb
PKG_GIT:= tag
PKG_RELEASE:= 1
-PKG_DESCR:= programm debugger
+PKG_DESCR:= program debugger
PKG_SECTION:= app/debug
PKG_DEPENDS:= libncurses zlib libexpat libthread-db
PKG_BUILDDEP:= ncurses readline expat zlib
diff --git a/package/gdb-microblaze/Makefile b/package/gdb-microblaze/Makefile
index cf1aff40d..90f8cd538 100644
--- a/package/gdb-microblaze/Makefile
+++ b/package/gdb-microblaze/Makefile
@@ -6,7 +6,7 @@ include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= gdb
PKG_VERSION:= 7.8.2
PKG_RELEASE:= 1
-PKG_DESCR:= programm debugger
+PKG_DESCR:= program debugger
PKG_SECTION:= app/debug
PKG_HASH:= 605954d5747d5f08ea4b7f48e958d1ebbf39265e18f7f36738deeabb83744485
PKG_DEPENDS:= libncurses zlib libexpat libthread-db
diff --git a/package/gdb/Makefile b/package/gdb/Makefile
index f69d139f0..f49c7c966 100644
--- a/package/gdb/Makefile
+++ b/package/gdb/Makefile
@@ -7,7 +7,7 @@ PKG_NAME:= gdb
PKG_VERSION:= 9.1
PKG_RELEASE:= 1
PKG_HASH:= 699e0ec832fdd2f21c8266171ea5bf44024bd05164fdf064e4d10cc4cf0d1737
-PKG_DESCR:= programm debugger
+PKG_DESCR:= program debugger
PKG_SECTION:= app/debug
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
PKG_DEPENDS:= libncurses zlib libexpat libthread-db
diff --git a/package/gdbserver/Makefile b/package/gdbserver/Makefile
index 933315523..ec678117e 100644
--- a/package/gdbserver/Makefile
+++ b/package/gdbserver/Makefile
@@ -7,7 +7,7 @@ PKG_NAME:= gdbserver
PKG_VERSION:= 9.1
PKG_RELEASE:= 1
PKG_HASH:= 699e0ec832fdd2f21c8266171ea5bf44024bd05164fdf064e4d10cc4cf0d1737
-PKG_DESCR:= remote programm debugger utility
+PKG_DESCR:= remote program debugger utility
PKG_SECTION:= app/debug
PKG_NEEDS:= c++
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
diff --git a/scripts/prereq.sh b/scripts/prereq.sh
index 0245d6e9d..bc7d829b1 100755
--- a/scripts/prereq.sh
+++ b/scripts/prereq.sh
@@ -411,7 +411,7 @@ EOF
$MAKE --no-print-directory LDADD=-lz ADK_TOPDIR=$topdir -f Makefile.tmp >/dev/null 2>&1
X=$(echo YES | gzip | ./test 2>/dev/null)
if [ X$X != XYES ]; then
- echo Cannot compile a libz test programm.
+ echo Cannot compile a libz test program.
echo You must install the zlib development package,
echo usually called libz-dev, and the run-time library.
echo