diff options
Diffstat (limited to 'meta/classes/package.bbclass')
-rw-r--r-- | meta/classes/package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 20af8b791..d35667a91 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass @@ -2,7 +2,7 @@ # Packaging process # # Executive summary: This class iterates over the functions listed in PACKAGEFUNCS -# Taking D and spliting it up into the packages listed in PACKAGES, placing the +# Taking D and splitting it up into the packages listed in PACKAGES, placing the # resulting output in PKGDEST. # # There are the following default steps but PACKAGEFUNCS can be extended: |