diff options
author | Carlos Santos <unixmania@gmail.com> | 2020-05-31 12:25:49 -0300 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-06-06 18:05:23 +0200 |
commit | bdd276c73c05f64340fd7fc33b557f0e88528df7 (patch) | |
tree | 5033009b18ac3c9b746080a8eb1fce2fa04a54e7 /package/gdb-arc | |
parent | 9329253739288b5da8a02344da957b7017da29e6 (diff) |
Fix "program" spelling
Signed-off-by: Carlos Santos <unixmania@gmail.com>
Diffstat (limited to 'package/gdb-arc')
-rw-r--r-- | package/gdb-arc/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |