diff options
author | Laszlo Papp <lpapp@kde.org> | 2014-02-06 15:05:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-06 15:32:10 +0000 |
commit | d4a1eec3738135514b9d95e46b1f38496c0f9da5 (patch) | |
tree | 9dbce465080eb7c0569fb44fb463ff2753faa199 /meta-yocto/conf | |
parent | d4456f55c54f70ff2fba13672830d68ad16a97ea (diff) | |
download | openembedded-core-contrib-d4a1eec3738135514b9d95e46b1f38496c0f9da5.tar.gz |
package_regex.inc: fix a minor typo
(From meta-yocto rev: cc11f8ee938136348972c75df02a33938efcffb7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/distro/include/package_regex.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/include/package_regex.inc b/meta-yocto/conf/distro/include/package_regex.inc index da6e738c27c..23a25c6ef8d 100644 --- a/meta-yocto/conf/distro/include/package_regex.inc +++ b/meta-yocto/conf/distro/include/package_regex.inc @@ -1,7 +1,7 @@ # package_regex.inc - This file contains data that tracks # upstream project associated with a given recipe. This list is needed # for recipes that version information can not be automagically discovered. -# As we automate this checking, this file will slowed be reduced. +# As we automate this checking, this file will slowly be reduced. #" # This data is used by the package reporting system (packages.yoctoproject.org) #" |