diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-29 11:11:17 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-29 11:11:17 +0000 |
commit | 7253db0b88feba67ff9974c06ff06f0dff492bee (patch) | |
tree | 663283ab36fa58d72d382cbb729ea37e166b5760 | |
parent | 54de21ef73e5d526b647c21fed94cd2283a68be7 (diff) |
debian.bbclass: fix typo
-rw-r--r-- | classes/debian.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/debian.bbclass b/classes/debian.bbclass index 3992a76084..a0c78a25f4 100644 --- a/classes/debian.bbclass +++ b/classes/debian.bbclass @@ -1,6 +1,6 @@ STAGING_PKGMAPS_DIR = "${STAGING_DIR}/pkgmaps/debian" -# Debain package renaming only occurs when a package is built +# Debian package renaming only occurs when a package is built # We therefore have to make sure we build all runtime packages # before building the current package to make the packages runtime # depends are correct |