diff options
author | Ross Burton <ross@openedhand.com> | 2007-01-21 16:30:00 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-01-21 16:30:00 +0000 |
commit | 915fab9f936042c274fd0b5340ca5945c972eb69 (patch) | |
tree | 54360bc50e20266ed5f65fe2b8af4949895414ec | |
parent | 24dd069e9bf1ab3ca398d24ad983516f353a21f2 (diff) | |
download | poky-915fab9f936042c274fd0b5340ca5945c972eb69.tar.gz |
Fix typo in description
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1183 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/zaurus-updater/encdec-updater.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/zaurus-updater/encdec-updater.bb b/meta/packages/zaurus-updater/encdec-updater.bb index 797a762ebf..c03e9b4454 100644 --- a/meta/packages/zaurus-updater/encdec-updater.bb +++ b/meta/packages/zaurus-updater/encdec-updater.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SECTION = "console/utils" | 1 | SECTION = "console/utils" |
2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
3 | DESCRIPTION = "A tool to encode and decode the Sharp Zaurus updater.sh skript" | 3 | DESCRIPTION = "A tool to encode and decode the Sharp Zaurus updater.sh script" |
4 | 4 | ||
5 | SRC_URI = "file://encdec-updater.c" | 5 | SRC_URI = "file://encdec-updater.c" |
6 | 6 | ||