diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-12 04:32:05 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-12 04:32:05 +0000 |
commit | ce0316fb54145e8006d623a837e0074bc06fa6ab (patch) | |
tree | 3da4ab37d1b522c4e29bc60210bea47aef4af441 /packages/tea | |
parent | d8dd70423924b78ad3ffeb3cf6c753862be58eb5 (diff) |
tea 17.3.5: Typo fix in DESCRIPTION.
Diffstat (limited to 'packages/tea')
-rw-r--r-- | packages/tea/tea_17.3.5.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/tea/tea_17.3.5.bb b/packages/tea/tea_17.3.5.bb index 7adf2a5136..c8dac8c94f 100644 --- a/packages/tea/tea_17.3.5.bb +++ b/packages/tea/tea_17.3.5.bb @@ -1,7 +1,8 @@ -DESCRIPTION = "Tea - a GTK based text editor tith highlighting and a lot of processing features" +DESCRIPTION = "Tea - a GTK based text editor with highlighting and a lot of processing features" SECTION = "gpe" LICENSE = "GPL" DEPENDS = "gtk+ gtksourceview" +PR = "r1" inherit autotools |